Skip to content

Commit dc95d5a

Browse files
committed
test: fix intermitent error of changing hardfork
1 parent 7da7747 commit dc95d5a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/run_tests.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,8 @@ function set_version() {
100100
echo "now test hardfork version $version"
101101
# get the current block number / height
102102
block_no=$(../bin/aergocli blockchain | jq .height | sed 's/"//g')
103-
# increment 2 numbers
104-
block_no=$((block_no+2))
103+
# increment 3 numbers
104+
block_no=$((block_no+3))
105105
# terminate the server process(es)
106106
stop_nodes
107107
# save the hardfork config on the config file(s)

0 commit comments

Comments
 (0)