[skip ci] reporter: reduce sleep time
This commit is contained in:
parent
e7d0fc258d
commit
d70d7c7b49
@ -267,7 +267,7 @@ function runTime(token: string) {
|
|||||||
if (!isWasm)
|
if (!isWasm)
|
||||||
await wreq.e(id as any);
|
await wreq.e(id as any);
|
||||||
|
|
||||||
await new Promise(r => setTimeout(r, 500));
|
await new Promise(r => setTimeout(r, 150));
|
||||||
}
|
}
|
||||||
console.error("[PUP_DEBUG]", "Finished loading chunks!");
|
console.error("[PUP_DEBUG]", "Finished loading chunks!");
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user