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 4ed7fa0 commit 2a02442Copy full SHA for 2a02442
contract-tests/run-ci.sh
@@ -15,7 +15,7 @@ while [ $i -le 2000 ]; do
15
done
16
17
# port not available exit with error
18
-if [ "$i" -eq 1000 ]; then
+if [ "$i" -eq 2000 ]; then
19
exit 1
20
fi
21
0 commit comments