@@ -179,6 +179,7 @@ jobs:
179
179
180
180
name : " 🐍 ${{ matrix.python-version }} • ${{ matrix.runs-on }} • x64 inplace C++14"
181
181
runs-on : ${{ matrix.runs-on }}
182
+ timeout-minutes : 90
182
183
183
184
steps :
184
185
- uses : actions/checkout@v5
@@ -277,6 +278,7 @@ jobs:
277
278
278
279
name : " 🐍 ${{ matrix.python-version }}${{ matrix.python-debug && '-dbg' || '' }} (deadsnakes)${{ matrix.valgrind && ' • Valgrind' || '' }} • x64"
279
280
runs-on : ubuntu-latest
281
+ timeout-minutes : 90
280
282
281
283
steps :
282
284
- uses : actions/checkout@v5
@@ -364,6 +366,7 @@ jobs:
364
366
365
367
name : " 🐍 3 • Clang ${{ matrix.clang }} • C++${{ matrix.std }} • x64${{ matrix.cxx_flags && ' • cxx_flags' || '' }}"
366
368
container : " silkeh/clang:${{ matrix.clang }}${{ matrix.container_suffix }}"
369
+ timeout-minutes : 90
367
370
368
371
steps :
369
372
- uses : actions/checkout@v5
@@ -401,6 +404,7 @@ jobs:
401
404
runs-on : ubuntu-latest
402
405
name : " 🐍 3.10 • CUDA 12.2 • Ubuntu 22.04"
403
406
container : nvidia/cuda:12.2.0-devel-ubuntu22.04
407
+ timeout-minutes : 90
404
408
405
409
steps :
406
410
- uses : actions/checkout@v5
@@ -468,6 +472,7 @@ jobs:
468
472
if : github.event.pull_request.draft == false
469
473
runs-on : ubuntu-22.04
470
474
name : " 🐍 3 • NVHPC 23.5 • C++17 • x64"
475
+ timeout-minutes : 90
471
476
472
477
env :
473
478
# tzdata will try to ask for the timezone, so set the DEBIAN_FRONTEND
@@ -532,6 +537,7 @@ jobs:
532
537
533
538
name : " 🐍 3 • GCC ${{ matrix.gcc }} • C++${{ matrix.std }} • x64${{ matrix.cxx_flags && ' • cxx_flags' || '' }}"
534
539
container : " gcc:${{ matrix.gcc }}"
540
+ timeout-minutes : 90
535
541
536
542
steps :
537
543
- uses : actions/checkout@v5
@@ -593,6 +599,7 @@ jobs:
593
599
icc :
594
600
if : github.event.pull_request.draft == false
595
601
runs-on : ubuntu-22.04
602
+ timeout-minutes : 90
596
603
597
604
name : " 🐍 3 • ICC latest • x64"
598
605
@@ -707,6 +714,7 @@ jobs:
707
714
708
715
name : " 🐍 3 • ${{ matrix.container }} • x64"
709
716
container : " ${{ matrix.container }}"
717
+ timeout-minutes : 90
710
718
711
719
steps :
712
720
- name : Latest actions/checkout
@@ -765,6 +773,7 @@ jobs:
765
773
name : " 🐍 3.9 • Debian • x86 • Install"
766
774
runs-on : ubuntu-latest
767
775
container : i386/debian:bullseye
776
+ timeout-minutes : 90
768
777
769
778
steps :
770
779
- uses : actions/checkout@v1 # v1 is required to run inside docker
@@ -809,6 +818,7 @@ jobs:
809
818
if : github.event.pull_request.draft == false
810
819
name : " Documentation build test"
811
820
runs-on : ubuntu-latest
821
+ timeout-minutes : 90
812
822
813
823
steps :
814
824
- uses : actions/checkout@v5
@@ -855,6 +865,7 @@ jobs:
855
865
856
866
name : " 🐍 ${{ matrix.python }} • MSVC 2022 • x86 ${{ matrix.args }}"
857
867
runs-on : windows-2022
868
+ timeout-minutes : 90
858
869
859
870
steps :
860
871
- uses : actions/checkout@v5
@@ -907,6 +918,7 @@ jobs:
907
918
908
919
name : " 🐍 ${{ matrix.python }} • MSVC 2022 (Debug) • x86 ${{ matrix.args }}"
909
920
runs-on : windows-2022
921
+ timeout-minutes : 90
910
922
911
923
steps :
912
924
- uses : actions/checkout@v5
@@ -955,6 +967,7 @@ jobs:
955
967
956
968
name : " 🐍 ${{ matrix.python }} • MSVC 2022 C++20 • x64"
957
969
runs-on : windows-2022
970
+ timeout-minutes : 90
958
971
959
972
steps :
960
973
- uses : actions/checkout@v5
@@ -1012,6 +1025,7 @@ jobs:
1012
1025
if : github.event.pull_request.draft == false
1013
1026
name : " 🐍 3 • windows-latest • ${{ matrix.sys }}"
1014
1027
runs-on : windows-latest
1028
+ timeout-minutes : 90
1015
1029
defaults :
1016
1030
run :
1017
1031
shell : msys2 {0}
@@ -1125,6 +1139,7 @@ jobs:
1125
1139
python : ['3.10']
1126
1140
1127
1141
runs-on : " ${{ matrix.os }}"
1142
+ timeout-minutes : 90
1128
1143
1129
1144
name : " 🐍 ${{ matrix.python }} • ${{ matrix.os }} • clang-latest"
1130
1145
0 commit comments