From ff650a13fb39a2dca8395fa97d56e29c3192f65e Mon Sep 17 00:00:00 2001 From: anovazzi1 Date: Wed, 18 Oct 2023 17:32:08 -0300 Subject: [PATCH] chore(run-tests.sh): increase sleep duration to 25 seconds to allow more time for the backend to start before running tests --- src/frontend/run-tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/frontend/run-tests.sh b/src/frontend/run-tests.sh index 678a35fb1..76e2fd756 100755 --- a/src/frontend/run-tests.sh +++ b/src/frontend/run-tests.sh @@ -59,7 +59,7 @@ cd ../../ make backend & # Give some time for the backend to start (adjust sleep duration as needed) -sleep 10 +sleep 25 # Navigate back to the test directory cd src/frontend