Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(131)

Unified Diff: compute_engine_scripts/chromecompute/vm_create_setup_instances.sh

Issue 400533004: libdrm-dev is now a required package on GCE instances (Closed) Base URL: https://skia.googlesource.com/buildbot.git@master
Patch Set: Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | compute_engine_scripts/chromecompute/vm_setup_utils.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « no previous file | compute_engine_scripts/chromecompute/vm_setup_utils.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698