diff options
author | Jake Hunsaker <jhunsake@redhat.com> | 2022-10-10 11:00:43 -0400 |
---|---|---|
committer | Jake Hunsaker <jhunsake@redhat.com> | 2022-10-11 11:36:08 -0400 |
commit | 93ae56d7eb688b35d3c936d9a1ec916ba8e03f08 (patch) | |
tree | 9df31ce6e37a20144ae5cd56e0470dfabc6174db /.cirrus.yml | |
parent | b805fb000c0f257c74de8bc7a00f96bba9c16541 (diff) | |
download | sos-93ae56d7eb688b35d3c936d9a1ec916ba8e03f08.tar.gz |
[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 <jhunsake@redhat.com>
Diffstat (limited to '.cirrus.yml')
-rw-r--r-- | .cirrus.yml | 1 |
1 files changed, 1 insertions, 0 deletions
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 |