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 bee530e commit de6703bCopy full SHA for de6703b
evm-tests/run-ci.sh
@@ -5,7 +5,7 @@ echo "start run-ci.sh"
5
scripts/localnet.sh &>/dev/null &
6
7
i=1
8
-while [ $i -le 1000 ]; do
+while [ $i -le 2000 ]; do
9
if nc -z localhost 9944; then
10
echo "node subtensor is running after $i seconds"
11
break
@@ -15,7 +15,7 @@ while [ $i -le 1000 ]; 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