From 0263c828a53e852eef6c2da34039e41aff998605 Mon Sep 17 00:00:00 2001 From: Marc Hoersken Date: Tue, 14 Jun 2022 21:14:12 +0200 Subject: [PATCH] CI/cirrus: align Windows timeout with Azure CI at 120 minutes Closes #9009 --- .cirrus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cirrus.yml b/.cirrus.yml index 6eb9194d4a..b6e512e7e7 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -76,7 +76,7 @@ freebsd_task: windows_task: name: Windows - timeout_in: 90m + timeout_in: 120m windows_container: image: ${container_img} -- 2.47.3