Skip to content

Commit a67306e

Browse files
committed
fix(build.yaml): modify test command to include slow-timeout and terminate-after flags to prevent tests from running indefinitely
1 parent 5299a2b commit a67306e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
101101
- name: Run Tests
102102
run: |
103-
cargo nextest run --release --workspace --no-fail-fast --no-default-features --features default -E 'test(blackbox_exporter)'
103+
cargo nextest run --release --workspace --no-fail-fast --no-default-features --features default -E 'test(blackbox_exporter)' --slow-timeout 5m --terminate-after 4
104104
echo "All tests passed"
105105
106106
- name: Create Release Archive

0 commit comments

Comments
 (0)