From 93ae56d7eb688b35d3c936d9a1ec916ba8e03f08 Mon Sep 17 00:00:00 2001 From: Jake Hunsaker Date: Mon, 10 Oct 2022 11:00:43 -0400 Subject: [cirrus] Increase stagetwo timeout The stagetwo tests are getting closer to consistent 30 minutes timeouts, with centos 8 generally hitting the timeout most often among the stagetwo tests. This is mostly due to the inefficient way in which we dump 100MB into the system journal in order to test journal size limiting. As a stopgap measure until we can figure out a better/more reliable way to artificially increase the journal size, increase the timeout of these tests to avoid unnecessary re-runs which would otherwise pass. Signed-off-by: Jake Hunsaker --- .cirrus.yml | 1 + 1 file changed, 1 insertion(+) (limited to '.cirrus.yml') diff --git a/.cirrus.yml b/.cirrus.yml index 0e502c0f..7b4b968a 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -191,6 +191,7 @@ report_stagetwo_task: alias: "stagetwo_report" name: "Report Stage Two - $BUILD_NAME" depends_on: stageone_report + timeout_in: 45m gce_instance: *standardvm matrix: - env: *centos9 -- cgit