Skip to content

Commit

Permalink
Increase kubectl wait timeout to 360 in load-test (#22857)
Browse files Browse the repository at this point in the history
  • Loading branch information
SkorikSergey authored Feb 28, 2024
1 parent a6543de commit 2fd2e2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/performance/load-tests/load-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ done
wait

for ((i=1; i<=$COMPLETITIONS_COUNT; i++)); do
kubectl wait --for=condition=Ready "dw/dw$i" --timeout=180s || true &
kubectl wait --for=condition=Ready "dw/dw$i" --timeout=360s || true &
done

wait
Expand Down

0 comments on commit 2fd2e2b

Please sign in to comment.