Skip to content

Commit

Permalink
Increase delay at start of tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ianthomas23 committed Oct 7, 2024
1 parent 4b09077 commit 50e7465
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/serve/shell_setup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ async function _shell_setup_common(options: IOptions, level: number): Promise<IS

// Add a small sleep to avoid timing problems loading wasm modules.
const sleep = (ms: number) => new Promise(resolve => setTimeout(resolve, ms));
await sleep(10);
await sleep(20);

return { shell, output };
}

0 comments on commit 50e7465

Please sign in to comment.