Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/execution/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ import {
const POLL_INITIAL_MS = 500
const POLL_SLOW_AFTER_MS = 15000
const POLL_SLOW_MS = 2000
const POLL_MAX_WAIT_MS = 180000
const POLL_MAX_WAIT_MS = 210000
const POLL_ERROR_BACKOFF_MS = 1000
const POLL_ERROR_BACKOFF_MAX_MS = 10000

Expand Down