Skip to content

Commit f22c587

Browse files
authored
Merge pull request #8 from SpiNNakerManchester/more-time
give tests more time
2 parents b853d9f + 6d231e1 commit f22c587

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)