From cad8d8f6905b189c527f8d054f39df51c289b08c Mon Sep 17 00:00:00 2001 From: Kevin Mas Ruiz Date: Mon, 13 May 2024 14:10:28 +0200 Subject: [PATCH] chore: gtimeout is for osx --- gradle/run-ui-test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/run-ui-test.sh b/gradle/run-ui-test.sh index 97453772..62c56564 100755 --- a/gradle/run-ui-test.sh +++ b/gradle/run-ui-test.sh @@ -5,7 +5,7 @@ IDEA_PID=$! waitForUrl() { echo "Testing $1" - gtimeout -s TERM 90 bash -c \ + timeout -s TERM 90 bash -c \ 'while [[ "$(curl -s -o /dev/null -L -w ''%{http_code}'' ${0})" != "200" ]];\ do echo "Waiting for ${0}" && sleep 2;\ done' $1