Merge pull request #8025 from hashicorp/fix_flaky_timeout_tset

Fix Travis timeouts
pull/8040/head
Adrien Delorme 7 years ago committed by GitHub
commit 6337735ac5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save