EOSIO / welcome

Documentation that covers EOSIO Overview, Getting Started and Protocol documents
38 stars 54 forks source link

[docs] Add a note about timeout in "Step 5: Create the Token" #350

Open bogniq opened 3 years ago

bogniq commented 3 years ago
File: [docs/02_getting-started/03_smart-contract-development/02_deploy-issue-and-transfer-tokens.md](https://github.com/EOSIO/welcome/blob/develop/docs/02_getting-started/03_smart-contract-development/02_deploy-issue-and-transfer-tokens.md) When I ran the command on my computer (a MBP 16" with sufficient hardware): `cleos push action eosio.token create '[ "alice", "1000000000.0000 SYS"]' -p eosio.token@active` There was a timeout error the first time: > Error 3080006: Transaction took too long Error Details: deadline exceeded 1160us pending console output: When I ran it the second time, it succeeded with a running time of `984 us`. I suggest a note be added about this possible error and what the running time limit is.