Skip to content

Commit 6d231e1

Browse files
committed
give tests more time
1 parent b853d9f commit 6d231e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python_actions.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ on: [push]
2222
jobs:
2323
test:
2424
runs-on: ubuntu-latest
25-
timeout-minutes: 10
25+
timeout-minutes: 20
2626
strategy:
2727
matrix:
2828
python-version: [3.8, 3.9, "3.10", "3.11", "3.12"]

0 commit comments

Comments
 (0)