diff --git a/sh/e2e/lib/clouds/hetzner.sh b/sh/e2e/lib/clouds/hetzner.sh index 21db5e3d..ce36ae1d 100644 --- a/sh/e2e/lib/clouds/hetzner.sh +++ b/sh/e2e/lib/clouds/hetzner.sh @@ -378,8 +378,9 @@ _hetzner_cleanup_stale() { # --------------------------------------------------------------------------- # _hetzner_max_parallel # -# Hetzner accounts have a primary IP limit (~5 for most accounts). +# Hetzner accounts have a primary IP limit. This QA account supports ~3 +# concurrent provisioning operations before hitting resource_limit_exceeded. # --------------------------------------------------------------------------- _hetzner_max_parallel() { - printf '5' + printf '3' }