Ups timeout for build-test-job as we have been seeing timeouts (dotnet/coreclr#26391)
authorJarret Shook <jashoo@microsoft.com>
Tue, 27 Aug 2019 16:56:26 +0000 (09:56 -0700)
committerGitHub <noreply@github.com>
Tue, 27 Aug 2019 16:56:26 +0000 (09:56 -0700)
Commit migrated from https://github.com/dotnet/coreclr/commit/265cb82e96f48d22375faa65b6294b98667246cf

eng/build-test-job.yml

index 40197aea6cfad9deb678ae22a235421aac7d8407..a0ebbd913f995c0c7109d0d8a78ecb9cbeaa0347 100644 (file)
@@ -104,7 +104,7 @@ jobs:
       timeoutInMinutes: 90
 
     ${{ if ne(parameters.testGroup, 'innerloop') }}:
-      timeoutInMinutes: 120
+      timeoutInMinutes: 160
 
     steps: