From cf39a16d3ef1b55bd7f7f3b0677ac5ead9e219c0 Mon Sep 17 00:00:00 2001 From: Michael Yeates Date: Tue, 6 Nov 2018 20:49:38 +0000 Subject: [PATCH] Increase sleep to try to avoid transaction took too long errors --- eosdac-testnet/boot.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eosdac-testnet/boot.sh b/eosdac-testnet/boot.sh index b7d7fff..40ea503 100755 --- a/eosdac-testnet/boot.sh +++ b/eosdac-testnet/boot.sh @@ -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"