Skip to content

Commit

Permalink
Minor for timeouts
Browse files Browse the repository at this point in the history
  • Loading branch information
lmdiazangulo committed Jun 20, 2024
1 parent 05deae2 commit 99b4577
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/automatic-release-ubuntu-gnu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,12 @@ jobs:
build/bin/fdtd_tests
- name: Install python wrapper requirements
timeout-minutes: 60
run: |
python -m pip install -r requirements.txt
- name: Run wrapper tests
timeout-minutes: 60
run: |
python -m pytest test
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/automatic-release-windows-intelLLVM.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
- name: Run all tests
shell: bash
timeout-minutes: 30
timeout-minutes: 120
run: |
.github/workflows/run_tests_windows.bat
Expand Down

0 comments on commit 99b4577

Please sign in to comment.