Skip to content

Commit 2a02442

Browse files
committed
fix time count
1 parent 4ed7fa0 commit 2a02442

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contract-tests/run-ci.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ while [ $i -le 2000 ]; do
1515
done
1616

1717
# port not available exit with error
18-
if [ "$i" -eq 1000 ]; then
18+
if [ "$i" -eq 2000 ]; then
1919
exit 1
2020
fi
2121

0 commit comments

Comments
 (0)