Skip to content

Commit

Permalink
netlink: bump integration test timeout
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Layher <mdlayher@gmail.com>
  • Loading branch information
mdlayher committed Dec 6, 2019
1 parent a81d3aa commit 2637b80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conn_linux_gteq_1.12_integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ func TestIntegrationConnTimeout(t *testing.T) {
select {
case err := <-errC:
mustBeTimeoutNetError(t, err)
case <-time.After(timeout + 1*time.Millisecond):
case <-time.After(timeout + 100*time.Millisecond):
t.Fatalf("timeout did not fire")
}
}
Expand Down

0 comments on commit 2637b80

Please sign in to comment.