Merge pull request #8578 from hashicorp/unstick_vmware_shutdown_tests

bump the timeout to a very high level to protect against laggy CI mac…
pull/8581/head
Megan Marsh 6 years ago committed by GitHub
commit e9bb81a440
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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")
}

Loading…
Cancel
Save