Skip to content

Commit

Permalink
Increase maximum wait time on websockets test because GH runners are …
Browse files Browse the repository at this point in the history
…slow
  • Loading branch information
xbtmatt committed Oct 5, 2024
1 parent 9a5cebf commit 52da5a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/typescript/sdk/tests/e2e/broker/websockets.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ const customWaitFor = async (condition: () => boolean) =>
waitFor({
condition,
interval: 10,
maxWaitTime: 5000,
maxWaitTime: 10000,
errorMessage: `Maximum wait time exceeded for test: ${expect.getState().currentTestName}.`,
});

Expand Down

0 comments on commit 52da5a3

Please sign in to comment.