diff --git a/pkg/networkservice/common/timeout/server_test.go b/pkg/networkservice/common/timeout/server_test.go index d1ef59db1..186967495 100644 --- a/pkg/networkservice/common/timeout/server_test.go +++ b/pkg/networkservice/common/timeout/server_test.go @@ -53,7 +53,7 @@ const ( clientName = "client" serverName = "server" tokenTimeout = 15 * time.Minute - testWait = 100 * time.Millisecond + testWait = 150 * time.Millisecond testTick = testWait / 100 )