Skip to content

Commit

Permalink
increase timeouts for CI (open-policy-agent#639)
Browse files Browse the repository at this point in the history
* increase timeouts for CI

Signed-off-by: Sertac Ozercan <sozercan@gmail.com>

* revert tagged-release timeout

Signed-off-by: Sertac Ozercan <sozercan@gmail.com>
  • Loading branch information
sozercan authored May 23, 2020
1 parent 403ca4a commit 26809ad
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
build_test:
name: "Build and Test"
runs-on: ubuntu-latest
timeout-minutes: 10
timeout-minutes: 15
steps:
- name: Set up Go 1.13
uses: actions/setup-go@v2-beta
Expand Down Expand Up @@ -62,7 +62,7 @@ jobs:
helm_build_test:
name: "[Helm] Build and Test"
runs-on: ubuntu-latest
timeout-minutes: 10
timeout-minutes: 15
steps:
- name: Set up Go 1.13
uses: actions/setup-go@v2-beta
Expand Down Expand Up @@ -92,7 +92,7 @@ jobs:
runs-on: "ubuntu-latest"
if: github.ref == 'refs/heads/master' && github.event_name == 'push' && github.repository == 'open-policy-agent/gatekeeper'
needs: [lint, build_test, helm_build_test]
timeout-minutes: 15
timeout-minutes: 30
steps:
- name: Check out code into the Go module directory
uses: actions/checkout@v2
Expand Down

0 comments on commit 26809ad

Please sign in to comment.