Skip to content

Commit 9674c6f

Browse files
committed
Increase test workflow timeout
1 parent b146fe5 commit 9674c6f

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
@@ -29,7 +29,7 @@ jobs:
2929
build:
3030
name: Build
3131
runs-on: ubuntu-latest
32-
timeout-minutes: 5
32+
timeout-minutes: 10
3333
steps:
3434
- uses: actions/checkout@v4
3535
- uses: actions/setup-python@v5

0 commit comments

Comments
 (0)