Skip to content

Commit bc14bba

Browse files
committed
increase timeout
1 parent a7aaf6b commit bc14bba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_and_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
python-version: ["3.11"]
2121
name: "Core, Python ${{ matrix.python-version }}, ${{ matrix.os }}"
2222
runs-on: ${{ matrix.os }}
23-
timeout-minutes: 10
23+
timeout-minutes: 30
2424

2525
steps:
2626
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)