Skip to content

Commit

Permalink
increase timeout to 10 minutes for cypress
Browse files Browse the repository at this point in the history
  • Loading branch information
stegar123 committed Feb 18, 2025
1 parent 0536433 commit 96c6c9d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// API async w/ pfqueue polling,
// instead of poll tracking request chains, just wait a while and intercept final request
// TODO: improve intercepts w/ pfqueue polling
let waitForPfqueuePolling = { timeout: 300E3 } // 5 minutes (90 seconds is too short)
let waitForPfqueuePolling = { timeout: 600E3 } // 10 minutes (90 seconds is too short)

describe('Configurator', () => {

Expand Down

0 comments on commit 96c6c9d

Please sign in to comment.