Skip to content

Commit

Permalink
Merge pull request #4218 from freedomofpress/extend-timeout
Browse files Browse the repository at this point in the history
extend staging timeout for long ansible tasks
  • Loading branch information
redshiftzero authored Mar 4, 2019
2 parents 8a53454 + 8243d9b commit 99f9817
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,7 @@ jobs:
- run:
name: Run Staging tests on GCE
command: make ci-go
no_output_timeout: 20m

- run:
name: Ensure environment torn down
Expand All @@ -275,6 +276,7 @@ jobs:
- run:
name: Run Staging tests on GCE (Xenial)
command: make ci-go-xenial
no_output_timeout: 20m

- run:
name: Ensure environment torn down
Expand Down

0 comments on commit 99f9817

Please sign in to comment.