Skip to content

Commit 2fd2e2b

Browse files
authored
Increase kubectl wait timeout to 360 in load-test (#22857)
1 parent a6543de commit 2fd2e2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/performance/load-tests/load-test.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ done
5454
wait
5555

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

6060
wait

0 commit comments

Comments
 (0)