Merge pull request #8578 from hashicorp/unstick_vmware_shutdown_tests

bump the timeout to a very high level to protect against laggy CI mac…
This commit is contained in:
Megan Marsh 2020-01-07 12:44:48 -08:00 committed by GitHub
commit e9bb81a440
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ func TestStepShutdown_command(t *testing.T) {
var action multistep.StepAction
select {
case action = <-resultCh:
case <-time.After(300 * time.Millisecond):
case <-time.After(5 * time.Second):
t.Fatal("should've returned by now")
}