chore(run-tests.sh): increase sleep duration to 25 seconds to allow more time for the backend to start before running tests

This commit is contained in:
anovazzi1 2023-10-18 17:32:08 -03:00
commit ff650a13fb

View file

@ -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