Skip to content

Commit 360cdb8

Browse files
committed
fix: ci
1 parent cc64818 commit 360cdb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/client-reconnect.test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ describe("client.reconnect option", () => {
155155

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

160160
expect(consoleMessages.map((message) => message.text())).toMatchSnapshot(
161161
"console messages"

0 commit comments

Comments
 (0)