[skip ci] reporter: reduce sleep time

This commit is contained in:
Vendicated 2023-04-28 19:34:21 +02:00
parent e7d0fc258d
commit d70d7c7b49
No known key found for this signature in database
GPG Key ID: A1DC0CFB5615D905
1 changed files with 1 additions and 1 deletions

View File

@ -267,7 +267,7 @@ function runTime(token: string) {
if (!isWasm)
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!");