mirror of
https://github.com/colinear-labs/chain.git
synced 2026-03-04 23:54:26 -08:00
more time to let auction finalize in lease flow test
This commit is contained in:
@@ -50,8 +50,10 @@ cosmos-testd q cosmostest auction-bids $(get_last_auction_index) \
|
|||||||
|
|
||||||
before=$(get_balance $BOB token)
|
before=$(get_balance $BOB token)
|
||||||
|
|
||||||
log_info "Waiting 10s until auction expires..."
|
# Was experiencing issues with bob's balance not updating, probably
|
||||||
sleep 10
|
# because we weren't waiting long enough
|
||||||
|
log_info "Waiting 12s until auction expires..."
|
||||||
|
sleep 12
|
||||||
|
|
||||||
cosmos-testd tx cosmostest new-bid $(get_last_auction_index) 50 \
|
cosmos-testd tx cosmostest new-bid $(get_last_auction_index) 50 \
|
||||||
-y --from alice \
|
-y --from alice \
|
||||||
|
|||||||
Reference in New Issue
Block a user