mirror of
https://github.com/libp2p/go-reuseport.git
synced 2025-09-26 19:01:11 +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:
|
||||
select {
|
||||
case <-time.After(3 * time.Second):
|
||||
case <-time.After(5 * time.Second):
|
||||
t.Fatal("took too long")
|
||||
case err, more := <-errs:
|
||||
if !more {
|
||||
|
Reference in New Issue
Block a user