We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d19d7b commit 4859a2fCopy full SHA for 4859a2f
test/integration/grpc_management_plane_api_test.go
@@ -236,7 +236,7 @@ func TestGrpc_ConfigApply(t *testing.T) {
236
} else {
237
// NGINX Plus contains two extra Successfully updated all files responses as the NginxConfigContext
238
// is updated, and the file overview is then updated
239
- time.Sleep(5 * time.Second)
+ time.Sleep(15 * time.Second)
240
241
responses = getManagementPlaneResponses(t, 3)
242
t.Logf("Config apply responses: %v", responses)
0 commit comments