Skip to content

Commit

Permalink
feat: add extra time for wait for credits to be burn
Browse files Browse the repository at this point in the history
  • Loading branch information
eruizgar91 committed Jan 9, 2025
1 parent 5261cc0 commit d43a594
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/protocol_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ async def test_AIQueryApi_create_task_in_plan_purchased(ai_query_api_build_fixtu
print(e)

print('Wait for credits to be burned')
await asyncio.sleep(10)
await asyncio.sleep(20)

balance2 = subscriber.get_plan_balance(plan_did=plan.did, account_address="0x496D42f45a2C2Dc460c6605A2b414698232F123f")
print('Plan balance2:', balance2)
Expand Down

0 comments on commit d43a594

Please sign in to comment.