Skip to content

Commit af7279e

Browse files
committed
fix: set timeout-minutes to 60
1 parent eddbc4e commit af7279e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/benchmark.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ on:
1414
jobs:
1515
benchmark:
1616
runs-on: ${{ matrix.os }}
17-
timeout-minutes: 30
17+
timeout-minutes: 60
1818
strategy:
1919
matrix:
2020
os: [macos-15]

0 commit comments

Comments
 (0)