Skip to content

Commit

Permalink
fix(test): tweak waitForNetworkIdle delay in test between downloads (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
tjenkinson committed Sep 14, 2021
1 parent ae24bca commit a21b737
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/page.spec.ts
Expand Up @@ -844,7 +844,7 @@ describe('Page', function () {
]);
await new Promise((resolve) => setTimeout(resolve, 200));
await fetch('/digits/3.png');
await new Promise((resolve) => setTimeout(resolve, 400));
await new Promise((resolve) => setTimeout(resolve, 200));
await fetch('/digits/4.png');
})()
)
Expand Down

0 comments on commit a21b737

Please sign in to comment.