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:
commit
e9bb81a440
|
@ -62,7 +62,7 @@ func TestStepShutdown_command(t *testing.T) {
|
||||||
var action multistep.StepAction
|
var action multistep.StepAction
|
||||||
select {
|
select {
|
||||||
case action = <-resultCh:
|
case action = <-resultCh:
|
||||||
case <-time.After(300 * time.Millisecond):
|
case <-time.After(5 * time.Second):
|
||||||
t.Fatal("should've returned by now")
|
t.Fatal("should've returned by now")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue