Skip to content

Commit

Permalink
✅ add short sleep before asserting record is deleted (#957)
Browse files Browse the repository at this point in the history
  • Loading branch information
ff137 committed Aug 16, 2024
1 parent a9ea997 commit 83cadb7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/tests/e2e/verifier/test_verifier.py
Original file line number Diff line number Diff line change
Expand Up @@ -646,6 +646,7 @@ async def test_saving_of_presentation_exchange_records(
assert isinstance(pres_exchange_result, PresentationExchange)
assert response.status_code == 200

await asyncio.sleep(1) # short sleep before fetching records; allow them to update
# get exchange records from alice side
if alice_save_exchange_record:
# Save record is True, should be 1 record
Expand Down

0 comments on commit 83cadb7

Please sign in to comment.