Skip to content

Commit

Permalink
Change MAX_WAIT_TIME_FOR_POLLING_JOB_START to 1 hour
Browse files Browse the repository at this point in the history
  • Loading branch information
elohanlon committed Oct 7, 2024
1 parent 579a110 commit 12f5071
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/atc/aws/remote_fixity_check.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
class Atc::Aws::RemoteFixityCheck
STALLED_FIXITY_CHECK_JOB_TIMEOUT = 10.seconds
POLLING_DELAY = 2.seconds
MAX_WAIT_TIME_FOR_POLLING_JOB_START = 1.minute
MAX_WAIT_TIME_FOR_POLLING_JOB_START = 1.hour
WEBSOCKET = 'websocket'
HTTP = 'http'
HTTP_POLLING = 'http_polling'
Expand Down

0 comments on commit 12f5071

Please sign in to comment.