Skip to content

Commit

Permalink
TestTimeoutServer_Request is unstable (#1178)
Browse files Browse the repository at this point in the history
* change CI

Signed-off-by: Nikita Skrynnik <[email protected]>

* restore CI

Signed-off-by: Nikita Skrynnik <[email protected]>

* increase test timeout

Signed-off-by: Nikita Skrynnik <[email protected]>

* add a lot of tries for test

Signed-off-by: Nikita Skrynnik <[email protected]>

* increase go test timeout

Signed-off-by: Nikita Skrynnik <[email protected]>

* increase test timeout again

Signed-off-by: Nikita Skrynnik <[email protected]>

* more tests

Signed-off-by: Nikita Skrynnik <[email protected]>

* fix CI

Signed-off-by: Nikita Skrynnik <[email protected]>
  • Loading branch information
NikitaSkrynnik authored Dec 1, 2021
1 parent e33b665 commit 404ad8a
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 = 150 * time.Millisecond
testTick = testWait / 100
)

Expand Down

0 comments on commit 404ad8a

Please sign in to comment.