this timeout regularly flakes on Travis, I suspect because the instances running the tests are brutally underpowered. Increase the fudge factor.
This commit is contained in:
parent
17d9a85895
commit
fcef7e2d85
|
@ -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