diff --git a/test/local_example.sh b/test/local_example.sh index a46370ae459..e6a06d62c94 100755 --- a/test/local_example.sh +++ b/test/local_example.sh @@ -29,6 +29,8 @@ source ./env.sh # Required so that "mysql" works from alias ./101_initial_cluster.sh +sleep 1 # Give vtgate a second to really start. + mysql < ../common/insert_commerce_data.sql mysql --table < ../common/select_commerce_data.sql