Skip to content

Commit

Permalink
reduce sleep
Browse files Browse the repository at this point in the history
  • Loading branch information
ashmeenkaur committed Dec 21, 2023
1 parent 96f3e92 commit 69828ba
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -161,7 +161,7 @@ then
echo "Trigger the build script on test VM"
sudo gcloud compute ssh $VM_NAME --zone $ZONE_NAME --internal-ip --command "bash \$HOME/$TEST_SCRIPT_PATH 1> \$HOME/build.out 2> \$HOME/build.err &"
echo "Wait for 10 minutes for test VM to setup for test and to change the status from START to RUNNING."
sleep 600s
sleep 180s

# If the model is still not running after waiting, then the build should fail.
if [ $(get_run_status) != "RUNNING" ];
Expand Down

0 comments on commit 69828ba

Please sign in to comment.