We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0536433 commit 96c6c9dCopy full SHA for 96c6c9d
t/html/pfappserver/cypress/specs/e2e/00-configurator/01-configurator.cy.js
@@ -3,7 +3,7 @@
3
// API async w/ pfqueue polling,
4
// instead of poll tracking request chains, just wait a while and intercept final request
5
// TODO: improve intercepts w/ pfqueue polling
6
-let waitForPfqueuePolling = { timeout: 300E3 } // 5 minutes (90 seconds is too short)
+let waitForPfqueuePolling = { timeout: 600E3 } // 10 minutes (90 seconds is too short)
7
8
describe('Configurator', () => {
9
0 commit comments