Skip to content

Commit ebe8182

Browse files
Merge pull request #55 from kitsiosk/ci/set_custom_timeout
Added custom timeout for fuzz_rust_create to save time if it gets stuck
2 parents cab34ed + 794f536 commit ebe8182

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/cargo.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ jobs:
3535
fuzz-rust-crate:
3636
name: Fuzz Rust crate
3737
runs-on: ubuntu-latest
38+
timeout-minutes: 4
3839
# todo: restore MacOS builds eventually
3940
steps:
4041
- uses: actions/checkout@master

0 commit comments

Comments
 (0)