Skip to content

Commit

Permalink
change timeout from 60 to 240 minutes
Browse files Browse the repository at this point in the history
  • Loading branch information
yonnorc42 committed Aug 13, 2024
1 parent e2e12fa commit 079077a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/weeklytests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
make env
. .venv/bin/activate && python bfasst/external_tools.py install_test_yaml ${{ matrix.experiment }}
- name: tests
timeout-minutes: 60
timeout-minutes: 240
run: |
source .venv/bin/activate
python scripts/run.py ${{ matrix.experiment }}
Expand Down

0 comments on commit 079077a

Please sign in to comment.