Skip to content

Commit

Permalink
Raise tests timeout
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
cfergeau committed May 20, 2021
1 parent 9b5f82a commit f472354
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f472354

Please sign in to comment.