gnunet-svn
[Top][All Lists]
Advanced

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

[gnurl] 114/264: CI: increase Azure Pipelines timeouts due to performanc


From: gnunet
Subject: [gnurl] 114/264: CI: increase Azure Pipelines timeouts due to performance issues
Date: Thu, 30 Apr 2020 16:06:57 +0200

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

nikita pushed a commit to branch master
in repository gnurl.

commit e1dc86fe8d27ed0566b49c6a00ccd9bc281ee65f
Author: Marc Hoersken <address@hidden>
AuthorDate: Thu Apr 2 19:27:30 2020 +0200

    CI: increase Azure Pipelines timeouts due to performance issues
    
    The current demand on Azure negatively impacts the CI performance.
---
 .azure-pipelines.yml | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

diff --git a/.azure-pipelines.yml b/.azure-pipelines.yml
index cfab11e77..222044ec3 100644
--- a/.azure-pipelines.yml
+++ b/.azure-pipelines.yml
@@ -183,7 +183,7 @@ stages:
   jobs:
   - job: windows_msys2_mingw32_debug_openssl
     displayName: msys2 mingw32 debug openssl
-    timeoutInMinutes: 70
+    timeoutInMinutes: 90
     pool:
       vmImage: 'windows-2019'
     container:
@@ -206,7 +206,7 @@ stages:
 
   - job: windows_msys2_mingw64_debug_openssl
     displayName: msys2 mingw64 debug openssl
-    timeoutInMinutes: 70
+    timeoutInMinutes: 90
     pool:
       vmImage: 'windows-2019'
     container:
@@ -229,7 +229,7 @@ stages:
 
   - job: windows_msys1_mingw_debug_openssl
     displayName: msys1 mingw debug openssl
-    timeoutInMinutes: 70
+    timeoutInMinutes: 90
     pool:
       vmImage: 'windows-2019'
     container:
@@ -249,7 +249,7 @@ stages:
 
   - job: windows_msys1_mingw32_debug_openssl
     displayName: msys1 mingw32 debug openssl
-    timeoutInMinutes: 70
+    timeoutInMinutes: 90
     pool:
       vmImage: 'windows-2019'
     container:
@@ -269,7 +269,7 @@ stages:
 
   - job: windows_msys1_mingw64_debug_openssl
     displayName: msys1 mingw64 debug openssl
-    timeoutInMinutes: 70
+    timeoutInMinutes: 90
     pool:
       vmImage: 'windows-2019'
     container:
@@ -289,7 +289,7 @@ stages:
 
   - job: windows_msys2_mingw32_debug_schannel
     displayName: msys2 mingw32 debug schannel
-    timeoutInMinutes: 70
+    timeoutInMinutes: 90
     pool:
       vmImage: 'windows-2019'
     container:
@@ -312,7 +312,7 @@ stages:
 
   - job: windows_msys2_mingw64_debug_schannel
     displayName: msys2 mingw64 debug schannel
-    timeoutInMinutes: 70
+    timeoutInMinutes: 90
     pool:
       vmImage: 'windows-2019'
     container:
@@ -335,7 +335,7 @@ stages:
 
   - job: windows_msys1_mingw_debug_schannel
     displayName: msys1 mingw debug schannel
-    timeoutInMinutes: 70
+    timeoutInMinutes: 90
     pool:
       vmImage: 'windows-2019'
     container:
@@ -355,7 +355,7 @@ stages:
 
   - job: windows_msys1_mingw32_debug_schannel
     displayName: msys1 mingw32 debug schannel
-    timeoutInMinutes: 70
+    timeoutInMinutes: 90
     pool:
       vmImage: 'windows-2019'
     container:
@@ -375,7 +375,7 @@ stages:
 
   - job: windows_msys1_mingw64_debug_schannel
     displayName: msys1 mingw64 debug schannel
-    timeoutInMinutes: 70
+    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]