Skip to content

Commit

Permalink
fix: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
snitin315 committed Oct 8, 2021
1 parent cc64818 commit 360cdb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/client-reconnect.test.js
Expand Up @@ -155,7 +155,7 @@ describe("client.reconnect option", () => {

await server.stop();
// eslint-disable-next-line no-restricted-properties
await page.waitForTimeout(1000 * Math.pow(2, 2) + Math.random() * 100);
await page.waitForTimeout(1000 * Math.pow(2, 3) + Math.random() * 100);

expect(consoleMessages.map((message) => message.text())).toMatchSnapshot(
"console messages"
Expand Down

0 comments on commit 360cdb8

Please sign in to comment.