Skip to content

Commit

Permalink
chore: [#1716] Fix integration test failing most of the time (#1717)
Browse files Browse the repository at this point in the history
  • Loading branch information
OlaviSau authored Feb 1, 2025
1 parent f2d46b6 commit 33e888d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/integration-test/test/tests/Browser.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ describe('Browser', () => {

// Github.com has a timer that is very long (hours) and a timer loop that never ends.
timer: {
maxTimeout: 500,
maxTimeout: 1000,
maxInterval: 100,
maxIntervalIterations: 1,
preventTimerLoops: true
Expand Down

0 comments on commit 33e888d

Please sign in to comment.