Skip to content

Commit

Permalink
test: increase timeout before we try to read the stats
Browse files Browse the repository at this point in the history
  • Loading branch information
B4nan committed Jul 26, 2022
1 parent 5c4df89 commit b9d1757
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/tools.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ export async function runActor(dirName, memory = 4096) {

await import(join(dirName, 'main.js'));

await setTimeout(10);
await setTimeout(50);
stats = await getStats(dirName);
datasetItems = await getDatasetItems(dirName);
}
Expand Down

0 comments on commit b9d1757

Please sign in to comment.