File tree 1 file changed +4
-4
lines changed 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 28
28
jobName : Helix_quarantined_x64
29
29
jobDisplayName : ' Tests: Helix'
30
30
agentOs : Windows
31
- timeoutInMinutes : 240
31
+ timeoutInMinutes : 120
32
32
steps :
33
33
# Build the shared framework
34
34
- script : ./build.cmd -ci -nobl -all -pack -arch x64 /p:ASPNETCORE_TEST_LOG_DIR=artifacts/log
53
53
jobName : Windows_Quarantined_x64
54
54
jobDisplayName : ' Tests: Windows x64'
55
55
agentOs : Windows
56
- timeoutInMinutes : 240
56
+ timeoutInMinutes : 90
57
57
isTestingJob : true
58
58
steps :
59
59
- powershell : " & ./build.ps1 -CI -nobl -all -pack -NoBuildJava"
86
86
jobName : MacOS_Quarantined_Test
87
87
jobDisplayName : " Tests: macOS 10.14"
88
88
agentOs : macOS
89
- timeoutInMinutes : 240
89
+ timeoutInMinutes : 60
90
90
isTestingJob : true
91
91
steps :
92
92
- bash : ./build.sh --all --pack --ci --nobl --no-build-java
@@ -119,7 +119,7 @@ jobs:
119
119
jobName : Linux_Quarantined_Test
120
120
jobDisplayName : " Tests: Ubuntu 16.04 x64"
121
121
agentOs : Linux
122
- timeoutInMinutes : 240
122
+ timeoutInMinutes : 60
123
123
isTestingJob : true
124
124
useHostedUbuntu : false
125
125
steps :
You can’t perform that action at this time.
0 commit comments