Skip to content

Commit 95568d4

Browse files
authored
Increase monitoring test timeout (#916)
1 parent be65224 commit 95568d4

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

e2e-tests/tests/monitoring/01-deploy-pmm-server.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ commands:
88
source ../../functions
99
1010
deploy_pmm_server
11-
sleep 60 # wait for PMM Server to start
12-
11+
sleep 120 # wait for PMM Server to start
1312
TOKEN=$(get_pmm_server_token)
1413
kubectl patch -n "${NAMESPACE}" secret test-secrets --type merge --patch "$(jq -n --arg token "$TOKEN" '{"stringData": {"pmmservertoken": $token}}')"
15-
timeout: 120
14+
timeout: 240

0 commit comments

Comments
 (0)