Skip to content

Commit

Permalink
Increasing sleep time for server test to allow for more startup time...
Browse files Browse the repository at this point in the history
  • Loading branch information
prmoore77 committed Jul 14, 2023
1 parent 4b68b2f commit a653e7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/test_flight_sql.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export FLIGHT_PASSWORD="testing123"
./start_flight_sql.sh &

# Sleep for a few seconds to allow the server to have time for initialization...
sleep 5
sleep 20

python "test_flight_sql.py"

Expand Down

0 comments on commit a653e7a

Please sign in to comment.