mirror of
https://github.com/libp2p/go-reuseport.git
synced 2025-09-27 11:12:10 +08:00
bump time limit up a notch for travis
This commit is contained in:
@@ -510,7 +510,7 @@ func TestDialRespectsTimeout(t *testing.T) {
|
|||||||
|
|
||||||
ErrDrain:
|
ErrDrain:
|
||||||
select {
|
select {
|
||||||
case <-time.After(3 * time.Second):
|
case <-time.After(5 * time.Second):
|
||||||
t.Fatal("took too long")
|
t.Fatal("took too long")
|
||||||
case err, more := <-errs:
|
case err, more := <-errs:
|
||||||
if !more {
|
if !more {
|
||||||
|
Reference in New Issue
Block a user