Skip to content

Commit a7391dd

Browse files
committed
nicer message
1 parent 9356183 commit a7391dd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/ci/test_perf.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ function waitForUrl {
4545
echo waiting $((COUNT++)) seconds
4646
done
4747
if [[ $COUNT == $MAX_COUNT ]]; then
48+
echo timeout after waiting $COUNT seconds!
4849
return 1
4950
else
5051
return 0

0 commit comments

Comments
 (0)