We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6543de commit 2fd2e2bCopy full SHA for 2fd2e2b
tests/performance/load-tests/load-test.sh
@@ -54,7 +54,7 @@ done
54
wait
55
56
for ((i=1; i<=$COMPLETITIONS_COUNT; i++)); do
57
- kubectl wait --for=condition=Ready "dw/dw$i" --timeout=180s || true &
+ kubectl wait --for=condition=Ready "dw/dw$i" --timeout=360s || true &
58
done
59
60
0 commit comments