Skip to content

Commit 96c6c9d

Browse files
committed
increase timeout to 10 minutes for cypress
1 parent 0536433 commit 96c6c9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/html/pfappserver/cypress/specs/e2e/00-configurator/01-configurator.cy.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// API async w/ pfqueue polling,
44
// instead of poll tracking request chains, just wait a while and intercept final request
55
// TODO: improve intercepts w/ pfqueue polling
6-
let waitForPfqueuePolling = { timeout: 300E3 } // 5 minutes (90 seconds is too short)
6+
let waitForPfqueuePolling = { timeout: 600E3 } // 10 minutes (90 seconds is too short)
77

88
describe('Configurator', () => {
99

0 commit comments

Comments
 (0)