Skip to content

Commit 557da32

Browse files
committed
fix: ci
1 parent 323e310 commit 557da32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lib_run.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
real_run:
2222
name: Run on ${{ matrix.os }}
2323
runs-on: ${{ matrix.os }}
24-
timeout-minutes: ${{ matrix.os == 'windows-latest' && 10 || 2 }}
24+
timeout-minutes: 20
2525
strategy:
2626
matrix:
2727
os: [ubuntu-latest, windows-latest, macos-latest]

0 commit comments

Comments
 (0)