Merge pull request #8025 from hashicorp/fix_flaky_timeout_tset
Fix Travis timeouts
This commit is contained in:
commit
6337735ac5
|
@ -149,7 +149,7 @@ func TestStepInstanceInfo_errorTimeout(t *testing.T) {
|
|||
|
||||
errCh := make(chan error, 1)
|
||||
go func() {
|
||||
<-time.After(10 * time.Millisecond)
|
||||
<-time.After(50 * time.Millisecond)
|
||||
errCh <- nil
|
||||
}()
|
||||
|
||||
|
|
Loading…
Reference in New Issue