bump time limit up a notch for travis

This commit is contained in:
Juan Batiz-Benet
2015-01-23 01:45:35 -08:00
parent 239bb92218
commit af34712d55

View File

@@ -510,7 +510,7 @@ func TestDialRespectsTimeout(t *testing.T) {
ErrDrain:
select {
case <-time.After(3 * time.Second):
case <-time.After(5 * time.Second):
t.Fatal("took too long")
case err, more := <-errs:
if !more {