Skip to content

Commit 42ff720

Browse files
committed
Increase push timeout
1 parent b9cd545 commit 42ff720

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/cli/lib/commands/push.js.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ const { checkDeployConditions } = require('../utils');
6767

6868
const STEP_SIZE = 100; // Resources
6969
const POLL_DEBOUNCE = 2000; // Milliseconds
70-
const POLL_MAX_DEBOUNCE = 30; // Times
70+
const POLL_MAX_DEBOUNCE = 1800; // Times of POLL_DEBOUNCE (1 hour)
7171

7272
let pollMaxDebounces = 30;
7373

0 commit comments

Comments
 (0)