Skip to content

Commit

Permalink
increase timeout to 150
Browse files Browse the repository at this point in the history
took almost 60 sec to start up
  • Loading branch information
asmacdo committed Nov 8, 2024
1 parent a8af5f2 commit 024cf6e
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=60s -n jupyterhub
kubectl wait --for=condition=complete pod/disk-usage-report-job --timeout=150s -n jupyterhub
continue-on-error: true

- name: Retrieve generated report file
Expand Down

0 comments on commit 024cf6e

Please sign in to comment.