Skip to content

Commit 412cf07

Browse files
committed
increased timeout since python 3.11 tests slower
1 parent b799c8e commit 412cf07

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
jobs:
99
build:
1010
runs-on: ubuntu-latest
11-
timeout-minutes: 2
11+
timeout-minutes: 4
1212
strategy:
1313
matrix:
1414
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11-dev']

0 commit comments

Comments
 (0)