Skip to content

Commit

Permalink
Update waiting time to 2s when checking VCH upgrade status (#8635)
Browse files Browse the repository at this point in the history
  • Loading branch information
ading007 committed Apr 10, 2020
1 parent 17a1901 commit 50a4495
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Upgrade VCH with UpdateInProgress

Upgrade and inspect VCH
Start Process bin/vic-machine-linux upgrade --debug 1 --name %{VCH-NAME} --target %{TEST_URL} --user %{TEST_USERNAME} --password %{TEST_PASSWORD} --force --compute-resource %{TEST_RESOURCE} --timeout %{TEST_TIMEOUT} shell=True alias=UpgradeVCH
Wait Until Keyword Succeeds 20x 5s Inspect VCH Upgrade/configure in progress
Wait Until Keyword Succeeds 20x 2s Inspect VCH Upgrade/configure in progress
Wait For Process UpgradeVCH
Inspect VCH Completed successfully
Check UpdateInProgress false

0 comments on commit 50a4495

Please sign in to comment.