Skip to content

Commit de6703b

Browse files
committed
more time to run localnet.sh
1 parent bee530e commit de6703b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

evm-tests/run-ci.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ echo "start run-ci.sh"
55
scripts/localnet.sh &>/dev/null &
66

77
i=1
8-
while [ $i -le 1000 ]; do
8+
while [ $i -le 2000 ]; do
99
if nc -z localhost 9944; then
1010
echo "node subtensor is running after $i seconds"
1111
break
@@ -15,7 +15,7 @@ while [ $i -le 1000 ]; 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)