Skip to content

Commit

Permalink
increase test timeout
Browse files Browse the repository at this point in the history
Signed-off-by: NikitaSkrynnik <[email protected]>
  • Loading branch information
NikitaSkrynnik committed Dec 3, 2024
1 parent 0a77249 commit 6d654b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/networkservice/chains/nsmgr/heal_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ import (

const (
tick = 10 * time.Millisecond
timeout = 10 * time.Second
timeout = 15 * time.Second
labelKey = "key"
labelValue = "value"
)
Expand Down

0 comments on commit 6d654b2

Please sign in to comment.