Skip to content

Commit

Permalink
Increase sleep to try to avoid transaction took too long errors
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeljyeates committed Nov 6, 2018
1 parent 06d1a49 commit cf39a16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eosdac-testnet/boot.sh
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ cleos --wallet-url $WALLET_URL -u $API_URL push action eosio.token issue '["eosi
cleos --wallet-url $WALLET_URL -u $API_URL get currency stats eosio.token EOS


sleep 1
sleep 2

# Install system contract
run_cmd "set contract eosio "$CONTRACTS/eosio.system" -p eosio"
Expand Down

0 comments on commit cf39a16

Please sign in to comment.