Skip to content

Commit

Permalink
fix(quip): increase timeout from 2 minutes to 10 minutes
Browse files Browse the repository at this point in the history
  • Loading branch information
tomaslin committed Mar 3, 2017
1 parent 2dca998 commit 45fe927
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -44,7 +44,7 @@ class TriggerQuipTask extends AbstractQuipTask implements RetryableTask {
long instanceVersionSleep = DEFAULT_INSTANCE_VERSION_SLEEP

long backoffPeriod = 10000
long timeout = 120000 // 2min
long timeout = 600000 // 10min

@Override
TaskResult execute(Stage stage) {
Expand Down

0 comments on commit 45fe927

Please sign in to comment.