Skip to content

Commit

Permalink
fail faster
Browse files Browse the repository at this point in the history
  • Loading branch information
TrentHouliston committed Jul 14, 2024
1 parent 6782c9d commit 23df448
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gcc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,6 @@ jobs:
run: ccache --show-stats

- name: Test
timeout-minutes: 10
timeout-minutes: 3
working-directory: build/tests
run: ctest --output-on-failure -E "tests/dsl/UDP"
2 changes: 1 addition & 1 deletion .github/workflows/macos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,6 @@ jobs:
run: ccache --show-stats

- name: Test
timeout-minutes: 10
timeout-minutes: 3
working-directory: build/tests
run: ctest --output-on-failure
2 changes: 1 addition & 1 deletion .github/workflows/windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,6 @@ jobs:
run: sccache --show-stats

- name: Test
timeout-minutes: 10
timeout-minutes: 3
working-directory: build/tests
run: ctest --output-on-failure

0 comments on commit 23df448

Please sign in to comment.