Skip to content

Commit 51b7d40

Browse files
authored
Merge pull request #1516 from o1-labs/dw/increase-timeout-fuzzing-lint
CI/lint: increase timeout to 10min
2 parents 06a6855 + bcaec7f commit 51b7d40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
DATABASE_URL: "sqlite:///tmp/heartbeats.db"
4545

4646
lint-tx-fuzzing:
47-
timeout-minutes: 5
47+
timeout-minutes: 10
4848
name: Lint transaction Fuzzing - ${{ matrix.os }} - Rust ${{ matrix.toolchain }}
4949
runs-on: ${{ matrix.os }}
5050
strategy:

0 commit comments

Comments
 (0)