From f472354f6a26e75b2b76a75730deb2df09a546c2 Mon Sep 17 00:00:00 2001 From: Christophe Fergeau Date: Thu, 29 Apr 2021 12:51:06 +0200 Subject: [PATCH] Raise tests timeout Conformance test results are not fully consistent from one run to the other, so far one successful run followed by a run with 3 failed tests, all 3 failing because of timeouts. This commit tries to make the timeout longer, this will hopefully help getting more consistent runs. --- ci.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci.sh b/ci.sh index ca9acffb..2b62e471 100755 --- a/ci.sh +++ b/ci.sh @@ -71,7 +71,7 @@ crc start -m 16000 -c 7 -p "${HOME}"/pull-secret -b crc_libvirt_*.crcbundle mkdir -p /tmp/artifacts export KUBECONFIG="${HOME}"/.crc/machines/crc/kubeconfig -openshift-tests run openshift/conformance --dry-run | grep -v -f /tmp/ignoretests.txt | openshift-tests run -o /tmp/artifacts/e2e.log --junit-dir /tmp/artifacts/junit -f - +openshift-tests run openshift/conformance --dry-run | grep -v -f /tmp/ignoretests.txt | openshift-tests run --timeout 15m -o /tmp/artifacts/e2e.log --junit-dir /tmp/artifacts/junit -f - rc=$? echo "${rc}" > /tmp/test-return set -e