Skip to content

Commit

Permalink
increase test timeout
Browse files Browse the repository at this point in the history
Signed-off-by: Nikita Skrynnik <[email protected]>
  • Loading branch information
NikitaSkrynnik committed Nov 29, 2021
1 parent 4402dd2 commit f8899d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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 = 100 * time.Millisecond
testWait = 110 * time.Millisecond
testTick = testWait / 100
)

Expand Down

0 comments on commit f8899d0

Please sign in to comment.