gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnurl] 180/282: ci/tests: Increase timeouts of Windows builds due to ne


From: gnunet
Subject: [gnurl] 180/282: ci/tests: Increase timeouts of Windows builds due to new tests
Date: Wed, 01 Apr 2020 14:30:45 +0200

This is an automated email from the git hooks/post-receive script.

ng0 pushed a commit to branch master
in repository gnurl.

commit 513b5387abb79731381cc075c96046427063c7b1
Author: Marc Hoersken <address@hidden>
AuthorDate: Fri Feb 28 16:34:51 2020 +0100

    ci/tests: Increase timeouts of Windows builds due to new tests
    
    Recently added tests increased their runtime above the limit of 60min.
---
 .azure-pipelines.yml | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

diff --git a/.azure-pipelines.yml b/.azure-pipelines.yml
index e26a3fe2a..054df62b3 100644
--- a/.azure-pipelines.yml
+++ b/.azure-pipelines.yml
@@ -187,7 +187,7 @@ stages:
   jobs:
   - job: windows_msys2_mingw32_debug_openssl
     displayName: msys2 mingw32 debug openssl
-    timeoutInMinutes: 60
+    timeoutInMinutes: 90
     pool:
       vmImage: 'windows-2019'
     container:
@@ -208,7 +208,7 @@ stages:
 
   - job: windows_msys2_mingw64_debug_openssl
     displayName: msys2 mingw64 debug openssl
-    timeoutInMinutes: 60
+    timeoutInMinutes: 90
     pool:
       vmImage: 'windows-2019'
     container:
@@ -229,7 +229,7 @@ stages:
 
   - job: windows_msys1_mingw_debug_openssl
     displayName: msys1 mingw debug openssl
-    timeoutInMinutes: 60
+    timeoutInMinutes: 90
     pool:
       vmImage: 'windows-2019'
     container:
@@ -248,7 +248,7 @@ stages:
 
   - job: windows_msys1_mingw32_debug_openssl
     displayName: msys1 mingw32 debug openssl
-    timeoutInMinutes: 60
+    timeoutInMinutes: 90
     pool:
       vmImage: 'windows-2019'
     container:
@@ -267,7 +267,7 @@ stages:
 
   - job: windows_msys1_mingw64_debug_openssl
     displayName: msys1 mingw64 debug openssl
-    timeoutInMinutes: 60
+    timeoutInMinutes: 90
     pool:
       vmImage: 'windows-2019'
     container:
@@ -286,7 +286,7 @@ stages:
 
   - job: windows_msys2_mingw32_debug_schannel
     displayName: msys2 mingw32 debug schannel
-    timeoutInMinutes: 60
+    timeoutInMinutes: 90
     pool:
       vmImage: 'windows-2019'
     container:
@@ -307,7 +307,7 @@ stages:
 
   - job: windows_msys2_mingw64_debug_schannel
     displayName: msys2 mingw64 debug schannel
-    timeoutInMinutes: 60
+    timeoutInMinutes: 90
     pool:
       vmImage: 'windows-2019'
     container:
@@ -328,7 +328,7 @@ stages:
 
   - job: windows_msys1_mingw_debug_schannel
     displayName: msys1 mingw debug schannel
-    timeoutInMinutes: 60
+    timeoutInMinutes: 90
     pool:
       vmImage: 'windows-2019'
     container:
@@ -347,7 +347,7 @@ stages:
 
   - job: windows_msys1_mingw32_debug_schannel
     displayName: msys1 mingw32 debug schannel
-    timeoutInMinutes: 60
+    timeoutInMinutes: 90
     pool:
       vmImage: 'windows-2019'
     container:
@@ -366,7 +366,7 @@ stages:
 
   - job: windows_msys1_mingw64_debug_schannel
     displayName: msys1 mingw64 debug schannel
-    timeoutInMinutes: 60
+    timeoutInMinutes: 90
     pool:
       vmImage: 'windows-2019'
     container:

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]