1 parent deaf9b9 commit b8a130fCopy full SHA for b8a130f
1 file changed
tests/e2e/lib/container_mesh.bash
@@ -418,6 +418,7 @@ EOF
418
--db-dsn "/data/control-plane.db" \
419
--key-rotation-interval "${rotation_interval}" \
420
--key-grace-period "${grace_period}" \
421
+ --lease-duration "15s" \
422
--policy-file "/etc/sam/policies.yaml" >/dev/null
423
424
MESH_CONTAINERS+=("${hub_name}-cp")
@@ -460,6 +461,7 @@ EOF
460
461
--jwt-path "/var/run/secrets/tokens/sa-token" \
462
--keys-path "/data/router.key" \
463
--allow-loopback \
464
+ --lease-renew-interval 5s \
465
--log-level debug >/dev/null
466
467
MESH_CONTAINERS+=("${hub_name}")
0 commit comments