Skip to content

Commit

Permalink
Increase timeout to 2 hours.
Browse files Browse the repository at this point in the history
  • Loading branch information
matham committed Jul 5, 2024
1 parent 80407a1 commit fb1a9b7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit fb1a9b7

Please sign in to comment.