Skip to content

Commit c70b6ac

Browse files
authored
Increase build timeout from 5 to 10 minutes (#373)
1 parent 6f56e6e commit c70b6ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
build:
2222
name: Build
2323
runs-on: ubuntu-latest
24-
timeout-minutes: 5
24+
timeout-minutes: 10
2525
steps:
2626
- uses: actions/checkout@v5
2727
- uses: actions/setup-python@v6

0 commit comments

Comments
 (0)