From 024cf6e08a55cdffde89435e181dd5b939d6dabd Mon Sep 17 00:00:00 2001 From: Austin Macdonald Date: Fri, 8 Nov 2024 15:18:53 -0600 Subject: [PATCH] increase timeout to 150 took almost 60 sec to start up --- .github/workflows/report.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/report.yaml b/.github/workflows/report.yaml index 170841f..04b264c 100644 --- a/.github/workflows/report.yaml +++ b/.github/workflows/report.yaml @@ -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