From 31cf94e7f2dd66d3b7ec242249484c69156b1576 Mon Sep 17 00:00:00 2001 From: Wei Ji <23487320+weiji14@users.noreply.github.com> Date: Tue, 21 May 2024 12:20:09 +1200 Subject: [PATCH] Increase conda-lock timeout to 3 hours Giving more time for conda-lock to solve the pytorch-notebook environment. --- .github/workflows/CondaLock.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CondaLock.yml b/.github/workflows/CondaLock.yml index 4e7a1390..62104cfb 100644 --- a/.github/workflows/CondaLock.yml +++ b/.github/workflows/CondaLock.yml @@ -14,7 +14,7 @@ jobs: IMAGE: [base-notebook, pangeo-notebook, ml-notebook, pytorch-notebook] name: ${{ matrix.IMAGE }} runs-on: ubuntu-latest - timeout-minutes: 45 + timeout-minutes: 180 defaults: run: shell: bash -el {0}