We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5299a2b commit a67306eCopy full SHA for a67306e
.github/workflows/build.yaml
@@ -100,7 +100,7 @@ jobs:
100
101
- name: Run Tests
102
run: |
103
- cargo nextest run --release --workspace --no-fail-fast --no-default-features --features default -E 'test(blackbox_exporter)'
+ cargo nextest run --release --workspace --no-fail-fast --no-default-features --features default -E 'test(blackbox_exporter)' --slow-timeout 5m --terminate-after 4
104
echo "All tests passed"
105
106
- name: Create Release Archive
0 commit comments