We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9356183 commit a7391ddCopy full SHA for a7391dd
scripts/ci/test_perf.sh
@@ -45,6 +45,7 @@ function waitForUrl {
45
echo waiting $((COUNT++)) seconds
46
done
47
if [[ $COUNT == $MAX_COUNT ]]; then
48
+ echo timeout after waiting $COUNT seconds!
49
return 1
50
else
51
return 0
0 commit comments