| Index: compute_engine_scripts/chromecompute/vm_create_setup_instances.sh
|
| diff --git a/compute_engine_scripts/chromecompute/vm_create_setup_instances.sh b/compute_engine_scripts/chromecompute/vm_create_setup_instances.sh
|
| index 94fbe0ef45111937183044153aac9c1946c26824..8823a084aa3ede6247eb0b3f0c35e0e44c1fe439 100755
|
| --- a/compute_engine_scripts/chromecompute/vm_create_setup_instances.sh
|
| +++ b/compute_engine_scripts/chromecompute/vm_create_setup_instances.sh
|
| @@ -12,7 +12,7 @@ source vm_setup_utils.sh
|
| if [ "$VM_INSTANCE_OS" == "Linux" ]; then
|
| SKIA_BOT_IMAGE_NAME=$SKIA_BOT_LINUX_IMAGE_NAME
|
| REQUIRED_FILES_FOR_BOTS=${REQUIRED_FILES_FOR_LINUX_BOTS[@]}
|
| - WAIT_TIME_AFTER_CREATION_SECS=240
|
| + WAIT_TIME_AFTER_CREATION_SECS=600
|
| elif [ "$VM_INSTANCE_OS" == "Windows" ]; then
|
| SKIA_BOT_IMAGE_NAME=$SKIA_BOT_WIN_IMAGE_NAME
|
| ZONE=$WINDOWS_ZONE
|
|
|