Skip to content

Commit 5a0ab9a

Browse files
committed
no proc
Signed-off-by: Joe Isaacs <[email protected]>
1 parent 4a7a029 commit 5a0ab9a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/fuzz.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
jobs:
99
io_fuzz:
1010
name: "IO Fuzz"
11-
timeout-minutes: 180
11+
timeout-minutes: 230 # almost 4 hours
1212
runs-on:
1313
- runs-on=${{ github.run_id }}
1414
- family=m8g.large
@@ -67,7 +67,7 @@ jobs:
6767

6868
ops_fuzz:
6969
name: "Array Operations Fuzz"
70-
timeout-minutes: 180
70+
timeout-minutes: 230 # almost 4 hours
7171
runs-on:
7272
- runs-on=${{ github.run_id }}
7373
- family=m8g.large

0 commit comments

Comments
 (0)