|
@@ -274,7 +274,7 @@ async function trySynthesize() {
|
|
|
}
|
|
}
|
|
|
let costTime = Date.now() - startTime;
|
|
let costTime = Date.now() - startTime;
|
|
|
if (costTime < ctrlMillSec) {
|
|
if (costTime < ctrlMillSec) {
|
|
|
- await magicJS.sleep(ctrlMillSec - costTime);
|
|
|
|
|
|
|
+ await magicJS.utils.sleep(ctrlMillSec - costTime);
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
let nSuccCount = 0;
|
|
let nSuccCount = 0;
|