From fb1a9b7c18691cc9a5cce9c8f089674585806485 Mon Sep 17 00:00:00 2001 From: Matt Einhorn Date: Fri, 5 Jul 2024 01:31:32 -0400 Subject: [PATCH] Increase timeout to 2 hours. --- .github/workflows/test_and_deploy.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test_and_deploy.yml b/.github/workflows/test_and_deploy.yml index fdf57837..930c082c 100644 --- a/.github/workflows/test_and_deploy.yml +++ b/.github/workflows/test_and_deploy.yml @@ -35,7 +35,7 @@ jobs: test: needs: [linting, manifest] name: Run package tests - timeout-minutes: 60 + timeout-minutes: 120 runs-on: ${{ matrix.os }} env: KERAS_BACKEND: torch @@ -88,7 +88,7 @@ jobs: test_numba_disabled: needs: [linting, manifest] name: Run tests with numba disabled - timeout-minutes: 60 + timeout-minutes: 120 runs-on: ubuntu-latest env: NUMBA_DISABLE_JIT: "1" @@ -129,7 +129,7 @@ jobs: test_brainmapper_cli: needs: [linting, manifest] name: Run brainmapper tests to check for breakages - timeout-minutes: 60 + timeout-minutes: 120 runs-on: ubuntu-latest env: KERAS_BACKEND: torch