Skip to content

Commit f472354

Browse files
committed
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.
1 parent 9b5f82a commit f472354

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ crc start -m 16000 -c 7 -p "${HOME}"/pull-secret -b crc_libvirt_*.crcbundle
7171

7272
mkdir -p /tmp/artifacts
7373
export KUBECONFIG="${HOME}"/.crc/machines/crc/kubeconfig
74-
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 -
74+
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 -
7575
rc=$?
7676
echo "${rc}" > /tmp/test-return
7777
set -e

0 commit comments

Comments
 (0)