mirror of
https://github.com/langflow-ai/langflow.git
synced 2026-07-25 12:34:41 +08:00
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:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user