From 1b0c2268e96a800d02ce7851bc750f22d2a66427 Mon Sep 17 00:00:00 2001 From: Klaus Aehlig Date: Thu, 11 Jan 2024 15:49:01 +0100 Subject: 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. --- test/end-to-end/remote-execution/dispatch.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/end-to-end/remote-execution') diff --git a/test/end-to-end/remote-execution/dispatch.sh b/test/end-to-end/remote-execution/dispatch.sh index 49b3257d..177c9259 100755 --- a/test/end-to-end/remote-execution/dispatch.sh +++ b/test/end-to-end/remote-execution/dispatch.sh @@ -57,7 +57,7 @@ ${JUST} execute --info-file "$INFOFILE" --pid-file "$PIDFILE" \ --log-limit 6 --local-build-root ${ESDIR} ${LOCAL_ARGS} \ -L "${LOCAL_LAUNCHER}" 2>&1 & -for _ in `seq 1 10` +for _ in `seq 1 60` do if test -f "${INFOFILE}" then -- cgit v1.2.3