Skip to content

Commit

Permalink
chore(run-tests.sh): increase sleep duration to 25 seconds to allow m…
Browse files Browse the repository at this point in the history
…ore time for the backend to start before running tests
  • Loading branch information
anovazzi1 committed Oct 18, 2023
1 parent 75c613c commit ff650a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/frontend/run-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ff650a1

Please sign in to comment.