From a653e7ac05c94ac3f0c81922131bccffec76e8f9 Mon Sep 17 00:00:00 2001 From: prmoore77 Date: Fri, 14 Jul 2023 16:13:10 -0400 Subject: [PATCH] Increasing sleep time for server test to allow for more startup time... --- scripts/test_flight_sql.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/test_flight_sql.sh b/scripts/test_flight_sql.sh index 335b467..dfe08ed 100755 --- a/scripts/test_flight_sql.sh +++ b/scripts/test_flight_sql.sh @@ -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"