Skip to content

Commit

Permalink
increase timeout to 60s
Browse files Browse the repository at this point in the history
job shouldnt take that long, but this is wall time, includes docker pull, etc
  • Loading branch information
asmacdo committed Nov 8, 2024
1 parent 664853b commit e35c974
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/report.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
# TODO should timeout be longer?
- name: Wait for Disk Usage Report Job to complete
run: |
kubectl wait --for=condition=complete pod/disk-usage-report-job --timeout=30s -n jupyterhub
kubectl wait --for=condition=complete pod/disk-usage-report-job --timeout=60s -n jupyterhub
continue-on-error: true

- name: Retrieve generated report file
Expand Down

0 comments on commit e35c974

Please sign in to comment.