Skip to content

Commit

Permalink
Increase test timeout to 30 minutes (#221)
Browse files Browse the repository at this point in the history
* Increase timeout to 30 minutes

* Increase TestDetectorPhysicsCsv timeout
  • Loading branch information
HenningSE authored May 16, 2024
1 parent ac79377 commit c85b5fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ on:
jobs:
build:
runs-on: ${{ matrix.os }}
timeout-minutes: 15
timeout-minutes: 30
env:
HAVE_ACCESS_TO_SECRETS: ${{ secrets.RUNDB_API_URL }}
strategy:
Expand Down
2 changes: 1 addition & 1 deletion tests/test_DetectorPhysics_csv.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import fuse
from _utils import build_random_instructions

TIMEOUT = 240
TIMEOUT = 480


class TestDetectorPhysicsCsv(unittest.TestCase):
Expand Down

0 comments on commit c85b5fd

Please sign in to comment.