Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
bassosimone committed Sep 12, 2023
1 parent ac81ada commit 8d4004c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/netxlite/dialer_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ func TestDialerSystem(t *testing.T) {
defaultTp := &DefaultTProxy{}
tp := &mocks.UnderlyingNetwork{
MockDialTimeout: func() time.Duration {
// Note: this test is notoriously flaky on Windows
return time.Nanosecond
},
MockDialContext: defaultTp.DialContext,
Expand Down

0 comments on commit 8d4004c

Please sign in to comment.