From 3b5e5e84931e5041a252a116f485165d9e987742 Mon Sep 17 00:00:00 2001 From: Justin Pryzby Date: Sun, 13 Feb 2022 17:56:40 -0600 Subject: [PATCH 07/21] cirrus/windows: increase timeout to 25min --- .cirrus.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.cirrus.yml b/.cirrus.yml index 84da09be91e..f2bb05266cc 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -377,9 +377,9 @@ task: # If tests hang forever, cirrus eventually times out. In that case log # output etc is not uploaded, making the problem hard to debug. Of course # tests internally should have shorter timeouts, but that's proven to not - # be sufficient. 15min currently is fast enough to finish individual test + # be sufficient. 25min currently is fast enough to finish individual test # "suites". - T_C: "\"C:/Program Files/Git/usr/bin/timeout.exe\" -v -k60s 15m" + T_C: "\"C:/Program Files/Git/usr/bin/timeout.exe\" -v -k60s 25m" # startcreate_script starts a postgres instance that we don't want to get # killed at the end of that script (it's stopped in stop_script). Can't -- 2.17.1