File tree 1 file changed +4
-1
lines changed
1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 29
29
runs-on : ${{ matrix.platform }}
30
30
env :
31
31
SETUPTOOLS_USE_DISTUTILS : ${{ matrix.distutils }}
32
+ timeout-minutes : 75
32
33
steps :
33
34
- uses : actions/checkout@v2
34
35
- name : Setup Python
50
51
51
52
test_cygwin :
52
53
runs-on : windows-latest
54
+ timeout-minutes : 75
53
55
steps :
54
56
- uses : actions/checkout@v2
55
57
- name : Install Cygwin with Python
82
84
# "integration")
83
85
# With that in mind, the integration tests can run for a single setup
84
86
runs-on : ubuntu-latest
87
+ timeout-minutes : 75
85
88
steps :
86
89
- uses : actions/checkout@v2
87
90
- name : Install OS-level dependencies
@@ -103,7 +106,7 @@ jobs:
103
106
needs : [test, test_cygwin, integration-test]
104
107
if : github.event_name == 'push' && contains(github.ref, 'refs/tags/')
105
108
runs-on : ubuntu-latest
106
-
109
+ timeout-minutes : 75
107
110
steps :
108
111
- uses : actions/checkout@v2
109
112
- name : Setup Python
You can’t perform that action at this time.
0 commit comments