commit b5c2e6d9b6ea7b47838002a2c321b62ea4d3a508 parent 6c4d84fba84e9e4d5c3366d47e1950a629bac8a8 Author: MTRNord <MTRNord@users.noreply.github.com> Date: Sun, 29 Jun 2025 20:34:20 +0200 Run hey longer due to the low load we got Diffstat:
| M | apps/base/matrix/connectivity-tester/deployment.yaml | | | 8 | ++++---- |
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/apps/base/matrix/connectivity-tester/deployment.yaml b/apps/base/matrix/connectivity-tester/deployment.yaml @@ -268,9 +268,9 @@ spec: cmd: "curl -s http://connectivity-tester-canary.matrix:3000" - name: load-test url: http://flagger-loadtester.flagger-system/ - timeout: 2m + timeout: 10m metadata: - cmd: "hey -z 2m -q 10 -c 2 http://connectivity-tester-canary.matrix/?serverName=mtrnord.blog" + cmd: "hey -z 10m -q 10 -c 2 http://connectivity-tester-canary.matrix/?serverName=mtrnord.blog" --- apiVersion: flagger.app/v1beta1 kind: Canary @@ -349,6 +349,6 @@ spec: cmd: "curl -s http://connectivity-tester-api.matrix-canary:8080/healthz | grep 'OK'" - name: load-test url: http://flagger-loadtester.flagger-system/ - timeout: 2m + timeout: 10m metadata: - cmd: "hey -z 2m -q 10 -c 2 http://connectivity-tester-api-canary.matrix/api/federation-ok?serverName=mtrnord.blog&no_cache=true" + cmd: "hey -z 10m -q 10 -c 2 http://connectivity-tester-api-canary.matrix/api/federation-ok?serverName=mtrnord.blog&no_cache=true"