Skip to content

Commit a0b2b0d

Browse files
committed
cirrus: reduce int tests timeout
Integration tests run around 15-20 mins now. Lower the timeout to 30m, if we hit this something is very wrong and needs to be looked at and there is no point in waiting much longer in case of a hang. Signed-off-by: Paul Holzinger <[email protected]>
1 parent 8f2d403 commit a0b2b0d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.cirrus.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -654,7 +654,7 @@ local_integration_test_task: &local_integration_test_task
654654
gce_instance: &fastvm
655655
<<: *standardvm
656656
cpu: 4
657-
timeout_in: 50m
657+
timeout_in: 30m
658658
env:
659659
TEST_FLAVOR: int
660660
clone_script: *get_gosrc
@@ -701,7 +701,7 @@ container_integration_test_task:
701701
CTR_FQIN: ${PRIOR_FEDORA_CONTAINER_FQIN}
702702
CI_DESIRED_DATABASE: boltdb
703703
gce_instance: *fastvm
704-
timeout_in: 50m
704+
timeout_in: 30m
705705
env:
706706
TEST_FLAVOR: int
707707
TEST_ENVIRON: container
@@ -721,7 +721,7 @@ rootless_integration_test_task:
721721
depends_on: *build
722722
matrix: *platform_axis
723723
gce_instance: *fastvm
724-
timeout_in: 50m
724+
timeout_in: 30m
725725
env:
726726
TEST_FLAVOR: int
727727
PRIV_NAME: rootless

0 commit comments

Comments
 (0)