We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 708cbe9 commit 4288c8cCopy full SHA for 4288c8c
1 file changed
.azuredevops/pipelines/DirectXTK12-GitHub-MinGW.yml
@@ -92,6 +92,7 @@ variables:
92
jobs:
93
- job: MINGW32_BUILD
94
displayName: 'Minimalist GNU for Windows (MinGW32) BUILD_TESTING=ON'
95
+ timeoutInMinutes: 30
96
steps:
97
- checkout: self
98
clean: true
@@ -179,6 +180,7 @@ jobs:
179
180
181
- job: MINGW64_BUILD
182
displayName: 'Minimalist GNU for Windows (MinGW-W64) BUILD_TESTING=ON'
183
+ timeoutInMinutes: 90
184
185
186
0 commit comments