Skip to content

Commit

Permalink
Add more time onto job timeout, because more is happening in job with…
Browse files Browse the repository at this point in the history
… taskvine now
  • Loading branch information
benclifford committed Sep 5, 2024
1 parent dfc94a8 commit 47378f3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci-k8s.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,7 @@ jobs:
- name: wait for pytest Job
run: |
# this pytest should take around 30 seconds to run, so 180 seconds
# should be plenty...
kubectl wait --timeout=180s --for=condition=Complete Job pytest
kubectl wait --timeout=600s --for=condition=Complete Job pytest
- name: report some info
if: ${{ always() }}
Expand Down

0 comments on commit 47378f3

Please sign in to comment.