Skip to content

Commit

Permalink
Timeout fuzz runs after 5h30m to ensure there's time to upload artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
Pr0methean committed Feb 29, 2024
1 parent 3f3d78c commit 5f6546d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ jobs:
run: |
cargo fuzz build fuzz_read
- name: run fuzz
timeout-minutes: 330
run: |
cargo fuzz run fuzz_read -- -timeout=10s -jobs=100 -workers=2 -runs=1000000 -max_len=5000000000 -dict=fuzz/fuzz.dict
- name: Upload any failure inputs
Expand All @@ -121,6 +122,7 @@ jobs:
run: |
cargo fuzz build --no-default-features fuzz_read
- name: run fuzz
timeout-minutes: 330
run: |
cargo fuzz run fuzz_read -- -timeout=10s -jobs=100 -workers=2 -runs=1000000 -max_len=5000000000 -dict=fuzz/fuzz.dict
- name: Upload any failure inputs
Expand All @@ -147,6 +149,7 @@ jobs:
run: |
cargo fuzz build fuzz_write
- name: run fuzz
timeout-minutes: 330
run: |
cargo fuzz run fuzz_write -- -timeout=10s -jobs=100 -workers=2 -runs=50000 -max_len=5000000000 -dict=fuzz/fuzz.dict
- name: Upload any failure inputs
Expand All @@ -173,6 +176,7 @@ jobs:
run: |
cargo fuzz build --no-default-features fuzz_write
- name: run fuzz
timeout-minutes: 330
run: |
cargo fuzz run fuzz_write -- -timeout=10s -jobs=100 -workers=2 -runs=10000 -max_len=5000000000 -dict=fuzz/fuzz.dict
- name: Upload any failure inputs
Expand Down

0 comments on commit 5f6546d

Please sign in to comment.