Skip to content

Commit

Permalink
QE: windows integration gh action increased overall timeout for suite.
Browse files Browse the repository at this point in the history
For some reason integration suite is taking a bit more time due to the provisioned machines on the cloud, and it is showing false positives due to suite execution timeout, now the suite timeout is set to 120m

Signed-off-by: Adrian Riobo <ariobolo@redhat.com>
  • Loading branch information
adrianriobo committed Sep 20, 2024
1 parent bb686a4 commit 81c5fc8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/windows-qe-tpl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,10 @@ jobs:
else
cmd="${cmd} -e2eTagExpression '~@minimal && ~@story_microshift'"
fi
else
cmd="${cmd} -suiteTimeout 120m"
fi
podman run --rm -d --name crc-${{inputs.qe-type}} \
-e TARGET_HOST=$(cat host) \
-e TARGET_HOST_USERNAME=$(cat username) \
Expand Down

0 comments on commit 81c5fc8

Please sign in to comment.