diff options
author | Fatih Degirmenci <fatih.degirmenci@ericsson.com> | 2016-12-01 12:36:25 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2016-12-01 12:36:25 +0000 |
commit | ad69410931e94ab57587db385b34509820927cd8 (patch) | |
tree | b0ef79b0d20c6ee980e8feb6431eaa162a366aba | |
parent | bb77524cacd9fa4afe7c96b560534f6cc927789b (diff) | |
parent | 22e10a7e7108b8346534ecc0bf446e6abb6599f4 (diff) |
Merge "prototypes: bifrost: Increase default provision timeout to 3600 seconds"
-rwxr-xr-x | prototypes/bifrost/scripts/test-bifrost-deployment.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/prototypes/bifrost/scripts/test-bifrost-deployment.sh b/prototypes/bifrost/scripts/test-bifrost-deployment.sh index 63d851438..6e751fed6 100755 --- a/prototypes/bifrost/scripts/test-bifrost-deployment.sh +++ b/prototypes/bifrost/scripts/test-bifrost-deployment.sh @@ -18,7 +18,7 @@ ENABLE_VENV="false" USE_DHCP="false" USE_VENV="false" BUILD_IMAGE=true -PROVISION_WAIT_TIMEOUT=${PROVISION_WAIT_TIMEOUT:-2400} +PROVISION_WAIT_TIMEOUT=${PROVISION_WAIT_TIMEOUT:-3600} # Set defaults for ansible command-line options to drive the different # tests. |