summaryrefslogtreecommitdiff
path: root/test/end-to-end/target-cache
diff options
context:
space:
mode:
authorKlaus Aehlig <klaus.aehlig@huawei.com>2024-01-11 15:49:01 +0100
committerKlaus Aehlig <klaus.aehlig@huawei.com>2024-01-12 10:16:04 +0100
commit1b0c2268e96a800d02ce7851bc750f22d2a66427 (patch)
tree58f24dbfd51862aee4ec2c063c5e73e77b7ab5f7 /test/end-to-end/target-cache
parente15f11ce0a7813602d9627e95ae9fb125afa891e (diff)
downloadjustbuild-1b0c2268e96a800d02ce7851bc750f22d2a66427.tar.gz
end-to-end tests: wait longer for test services
Certain end-to-end tests require custom services. While normally they come up in quickly (less than 2 seconds), on heavily overloaded machines it might take longer. So increase the amount of time these tests are willing to wait for the binary to start up to avoid flakyness in our CI runs.
Diffstat (limited to 'test/end-to-end/target-cache')
-rw-r--r--test/end-to-end/target-cache/artifacts-sync.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/end-to-end/target-cache/artifacts-sync.sh b/test/end-to-end/target-cache/artifacts-sync.sh
index 8faad9fa..35374ede 100644
--- a/test/end-to-end/target-cache/artifacts-sync.sh
+++ b/test/end-to-end/target-cache/artifacts-sync.sh
@@ -41,7 +41,7 @@ readonly TCDIR="$FIRST_GEN/tc"
"${JUST}" execute --info-file "${INFOFILE}" --pid-file "${PIDFILE}" \
--local-build-root "${REMOTE_CACHE}" ${ARGS} 2>&1 &
-for _ in `seq 1 10`; do
+for _ in `seq 1 60`; do
if test -f "${INFOFILE}"; then
break
fi