cli: band-aid failing TestNEP11_OwnerOf_BalanceOf_Transfer

This commit is contained in:
Roman Khimov 2021-06-10 22:46:11 +03:00
parent 0f23f68dab
commit f01d94ae53

View file

@ -125,6 +125,7 @@ func TestNEP11_OwnerOf_BalanceOf_Transfer(t *testing.T) {
e.Run(t, "neo-go", "wallet", "nep17", "transfer",
"--rpc-endpoint", "http://"+e.RPC.Addr,
"--wallet", wall,
"--gas", "0.001", // test fails sometimes running out of GAS
"--to", h.StringLE(),
"--token", "GAS",
"--amount", "10",