tests: More flaky fixes (#10068)

This commit is contained in:
Mariano Sorgente 2022-02-01 21:46:46 -05:00 committed by GitHub
parent 435a077bc6
commit 75c9eddcd0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -496,7 +496,7 @@ class TestWalletRpc:
trade_record = await client.get_offer(trade.name())
return TradeStatus(trade_record.status) == TradeStatus.CONFIRMED
time_out_assert(15, is_trade_confirmed, True, client, offer)
await time_out_assert(15, is_trade_confirmed, True, client, offer)
# Test trade sorting
def only_ids(trades):