From b1c6f70719daef1c4bf3930cb7383e5ce7141def Mon Sep 17 00:00:00 2001 From: Changbin Liu Date: Wed, 29 May 2013 20:21:42 -0400 Subject: [PATCH] Increase timeout default timeou=999999 seconds, ~infinity Change-Id: I61bb2c676a4f69da4db235751f96ee3c2da676b8 --- inception/orchestrator.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inception/orchestrator.py b/inception/orchestrator.py index 45333d8..ea8686c 100644 --- a/inception/orchestrator.py +++ b/inception/orchestrator.py @@ -60,7 +60,7 @@ class Orchestrator(object): chefserver_files=('install_chefserver.sh', 'configure_knife.sh', 'setup_chef_repo.sh'), - timeout=90, + timeout=999999, poll_interval=5): """ @param prefix: unique name as prefix