From 8a5bd4e7657e1133bca634dfb3d3feef41a9707b Mon Sep 17 00:00:00 2001 From: Matei Zaharia Date: Fri, 29 Jun 2012 16:25:06 -0700 Subject: Increase the default wait time for EC2 clusters to 2 minutes. --- ec2/spark_ec2.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ec2/spark_ec2.py b/ec2/spark_ec2.py index f8a78ac3f8..0b85bbd46f 100755 --- a/ec2/spark_ec2.py +++ b/ec2/spark_ec2.py @@ -47,8 +47,8 @@ def parse_args(): help="Show this help message and exit") parser.add_option("-s", "--slaves", type="int", default=1, help="Number of slaves to launch (default: 1)") - parser.add_option("-w", "--wait", type="int", default=90, - help="Seconds to wait for nodes to start (default: 90)") + parser.add_option("-w", "--wait", type="int", default=120, + help="Seconds to wait for nodes to start (default: 120)") parser.add_option("-k", "--key-pair", help="Key pair to use on instances") parser.add_option("-i", "--identity-file", -- cgit v1.2.3