@@ -57,7 +57,7 @@ stages:
57
57
- Agent.Name -equals arm64-clients-$(Build.BuildId)
58
58
dependsOn :
59
59
- start_linux_arm64_agent_aws
60
- timeoutInMinutes : 60
60
+ timeoutInMinutes : 90
61
61
condition : eq(variables['System.PullRequest.IsFork'], 'false')
62
62
steps :
63
63
- checkout : self
@@ -77,7 +77,7 @@ stages:
77
77
78
78
- job : linux_x64_cpython_manylinux_x86_64
79
79
pool : {vmImage: 'ubuntu-latest'}
80
- timeoutInMinutes : 60
80
+ timeoutInMinutes : 90
81
81
steps :
82
82
- task : UsePythonVersion@0
83
83
- bash : |
@@ -94,7 +94,7 @@ stages:
94
94
95
95
- job : linux_x64_cpython_manylinux_i686
96
96
pool : {vmImage: 'ubuntu-latest'}
97
- timeoutInMinutes : 60
97
+ timeoutInMinutes : 90
98
98
steps :
99
99
- task : UsePythonVersion@0
100
100
- bash : |
@@ -111,7 +111,7 @@ stages:
111
111
112
112
- job : linux_x64_cpython_musllinux
113
113
pool : {vmImage: 'ubuntu-latest'}
114
- timeoutInMinutes : 60
114
+ timeoutInMinutes : 90
115
115
steps :
116
116
- task : UsePythonVersion@0
117
117
- bash : |
@@ -128,7 +128,7 @@ stages:
128
128
129
129
- job : linux_x64_pypy
130
130
pool : {vmImage: 'ubuntu-latest'}
131
- timeoutInMinutes : 60
131
+ timeoutInMinutes : 90
132
132
steps :
133
133
- task : UsePythonVersion@0
134
134
- bash : |
@@ -144,8 +144,8 @@ stages:
144
144
inputs : {pathtoPublish: 'wheelhouse'}
145
145
146
146
- job : macos_x64
147
- pool : {vmImage: 'macOS-11 '}
148
- timeoutInMinutes : 60
147
+ pool : {vmImage: 'macOS-12 '}
148
+ timeoutInMinutes : 90
149
149
steps :
150
150
- task : UsePythonVersion@0
151
151
- bash : |
@@ -160,7 +160,7 @@ stages:
160
160
161
161
- job : windows_i686
162
162
pool : {vmImage: 'windows-2019'}
163
- timeoutInMinutes : 60
163
+ timeoutInMinutes : 90
164
164
steps :
165
165
- task : UsePythonVersion@0
166
166
- bash : |
@@ -177,7 +177,7 @@ stages:
177
177
178
178
- job : windows_x86_64
179
179
pool : {vmImage: 'windows-2019'}
180
- timeoutInMinutes : 60
180
+ timeoutInMinutes : 90
181
181
steps :
182
182
- task : UsePythonVersion@0
183
183
- bash : |
0 commit comments