Increase fuzz timeouts
Signed-off-by: Chris Hennick <4961925+Pr0methean@users.noreply.github.com>
This commit is contained in:
parent
2156d88334
commit
b6b150fa9e
1 changed files with 4 additions and 4 deletions
8
.github/workflows/ci.yaml
vendored
8
.github/workflows/ci.yaml
vendored
|
@ -101,7 +101,7 @@ jobs:
|
|||
command: fuzz
|
||||
args: build --all-features fuzz_read
|
||||
- name: run fuzz
|
||||
timeout-minutes: 181
|
||||
timeout-minutes: 331
|
||||
uses: actions-rs/cargo@v1
|
||||
with:
|
||||
command: fuzz
|
||||
|
@ -148,7 +148,7 @@ jobs:
|
|||
command: fuzz
|
||||
args: build --no-default-features fuzz_read
|
||||
- name: run fuzz
|
||||
timeout-minutes: 181
|
||||
timeout-minutes: 331
|
||||
uses: actions-rs/cargo@v1
|
||||
with:
|
||||
command: fuzz
|
||||
|
@ -195,7 +195,7 @@ jobs:
|
|||
command: fuzz
|
||||
args: build --all-features fuzz_write
|
||||
- name: run fuzz
|
||||
timeout-minutes: 181
|
||||
timeout-minutes: 331
|
||||
uses: actions-rs/cargo@v1
|
||||
with:
|
||||
command: fuzz
|
||||
|
@ -242,7 +242,7 @@ jobs:
|
|||
command: fuzz
|
||||
args: build --no-default-features fuzz_write
|
||||
- name: run fuzz
|
||||
timeout-minutes: 181
|
||||
timeout-minutes: 331
|
||||
uses: actions-rs/cargo@v1
|
||||
with:
|
||||
command: fuzz
|
||||
|
|
Loading…
Add table
Reference in a new issue