Skip to content

Commit

Permalink
remove logger
Browse files Browse the repository at this point in the history
  • Loading branch information
NikitaSkrynnik committed Nov 29, 2021
1 parent 3565300 commit f392a89
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions pkg/networkservice/common/timeout/server_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ const (
clientName = "client"
serverName = "server"
tokenTimeout = 15 * time.Minute
testWait = 200 * time.Millisecond
testWait = 120 * time.Millisecond
testTick = testWait / 100
)

Expand Down Expand Up @@ -88,9 +88,6 @@ func testClient(

func TestTimeoutServer_Request(t *testing.T) {
ctx, cancel := context.WithCancel(context.Background())

// log.EnableTracing(true)
// log.WithLog(ctx, logruslogger.New(ctx))
defer cancel()

clockMock := clockmock.New(ctx)
Expand Down

0 comments on commit f392a89

Please sign in to comment.