Unverified Commit 781fdda1 authored by Michael Müller's avatar Michael Müller
Browse files

Revert "Set timeout to 1h"

This reverts commit 5888abaf.
parent 07508ae1
Pipeline #111976 passed with stages
in 4 minutes and 7 seconds
......@@ -315,7 +315,6 @@ fuzz-tests:
rules:
- if: $CI_PIPELINE_SOURCE == "schedule"
- if: $CI_COMMIT_REF_NAME == "master"
timeout: 1h 0m
script:
- for crate in ${ALL_CRATES}; do
cargo test --verbose --features ink-fuzz-tests --manifest-path crates/${crate}/Cargo.toml --no-fail-fast -- fuzz_;
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment