Skip to content

Commit 71a3f1d

Browse files
committed
QE: windows integration gh action increased overall timeout for suite.
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 <[email protected]>
1 parent ca178a2 commit 71a3f1d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/windows-qe-tpl.yml

+3
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,10 @@ jobs:
149149
else
150150
cmd="${cmd} -e2eTagExpression '~@minimal && ~@story_microshift'"
151151
fi
152+
else
153+
cmd="${cmd} -suiteTimeout 120m"
152154
fi
155+
153156
podman run --rm -d --name crc-${{inputs.qe-type}} \
154157
-e TARGET_HOST=$(cat host) \
155158
-e TARGET_HOST_USERNAME=$(cat username) \

0 commit comments

Comments
 (0)