We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac30e4b commit f46af3bCopy full SHA for f46af3b
test/integration/utils/grpc_management_plane_utils.go
@@ -42,7 +42,7 @@ const (
42
instanceLen = 2
43
statusRetryCount = 3
44
retryWait = 50 * time.Millisecond
45
- retryMaxWait = 200 * time.Millisecond
+ retryMaxWait = 2 * time.Second
46
plusPath = "/nginx-plus/agent"
47
)
48
0 commit comments