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:
parent
75c613c97e
commit
ff650a13fb
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue