Skip to content

Commit

Permalink
modify timeout-minutes
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuajerin committed Nov 15, 2024
1 parent d947b68 commit 774fdd0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
- self-hosted
- dind

timeout-minutes: 20
timeout-minutes: 30
strategy:
fail-fast: false
matrix:
Expand All @@ -82,5 +82,5 @@ jobs:
ORG_ID: ${{ secrets.ORG_ID }}
TEMBO_HOST: ${{ secrets.TEMBO_HOST }}
TEMBO_DATA_HOST: ${{ secrets.TEMBO_DATA_HOST }}
run: go test -v -cover -timeout 20m ./internal/provider/
run: go test -v -cover -timeout 30m ./internal/provider/
timeout-minutes: 30

0 comments on commit 774fdd0

Please sign in to comment.