From 6450385d7b172f0775893dea640e714669094e6e Mon Sep 17 00:00:00 2001
From: Jan Tattermusch <jtattermusch@google.com>
Date: Sat, 6 Feb 2016 18:16:09 -0800
Subject: [PATCH] wait to come online

---
 tools/gce/create_linux_worker.sh | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/tools/gce/create_linux_worker.sh b/tools/gce/create_linux_worker.sh
index 24d64fa5f4..2a9e77ab17 100755
--- a/tools/gce/create_linux_worker.sh
+++ b/tools/gce/create_linux_worker.sh
@@ -46,6 +46,9 @@ gcloud compute instances create $INSTANCE_NAME \
     --image ubuntu-14-04 \
     --boot-disk-size 1000
 
+echo 'Created GCE instance, waiting 60 seconds for it to come online.'
+sleep 60
+
 gcloud compute copy-files \
     --project="$CLOUD_PROJECT" \
     --zone "$ZONE" \
-- 
GitLab