Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions sh/e2e/lib/clouds/hetzner.sh
Original file line number Diff line number Diff line change
Expand Up @@ -378,9 +378,9 @@ _hetzner_cleanup_stale() {
# ---------------------------------------------------------------------------
# _hetzner_max_parallel
#
# Hetzner accounts have a primary IP limit. This QA account supports ~3
# concurrent provisioning operations before hitting resource_limit_exceeded.
# Hetzner accounts have a primary IP limit. Reduced from 3 to 2 to avoid
# server_limit_reached when pre-existing servers consume quota (#3111).
# ---------------------------------------------------------------------------
_hetzner_max_parallel() {
printf '3'
printf '2'
}
Loading