Skip to content

Commit

Permalink
Increase timeout for all sandbox heal tests (#1704)
Browse files Browse the repository at this point in the history
Signed-off-by: NikitaSkrynnik <[email protected]>
  • Loading branch information
NikitaSkrynnik authored Dec 9, 2024
1 parent 28a2328 commit a3673d4
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 a3673d4

Please sign in to comment.