Skip to content

Commit f46af3b

Browse files
committed
up retry time
1 parent ac30e4b commit f46af3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/utils/grpc_management_plane_utils.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ const (
4242
instanceLen = 2
4343
statusRetryCount = 3
4444
retryWait = 50 * time.Millisecond
45-
retryMaxWait = 200 * time.Millisecond
45+
retryMaxWait = 2 * time.Second
4646
plusPath = "/nginx-plus/agent"
4747
)
4848

0 commit comments

Comments
 (0)