Skip to content

Commit

Permalink
HARMONY-1878: Wait longer for port forwarding.
Browse files Browse the repository at this point in the history
  • Loading branch information
ygliuvt committed Sep 27, 2024
1 parent 23ee0f7 commit b50cf83
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/port-forward
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ function start_port_forwarding() {

stop_port_forwarding "$service_name"

local max_iterations=60
local max_iterations=120
local iteration=0

while [ "$iteration" -lt "$max_iterations" ]; do
Expand All @@ -37,7 +37,7 @@ function start_port_forwarding() {
((iteration++))

if [ "$EXEC_CONTEXT" == "workflow" ]; then
sleep 60
sleep 30
else
sleep 1
fi
Expand Down

0 comments on commit b50cf83

Please sign in to comment.