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 b5bceb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/netxlite/dialer_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ func TestDialerSystem(t *testing.T) {
defaultTp := &DefaultTProxy{}
tp := &mocks.UnderlyingNetwork{
MockDialTimeout: func() time.Duration {
return time.Nanosecond
return time.Second
},
MockDialContext: defaultTp.DialContext,
}
Expand Down

0 comments on commit b5bceb1

Please sign in to comment.