Skip to content

Commit

Permalink
🚧 test sleep to allow cred def to reflect on ledger
Browse files Browse the repository at this point in the history
  • Loading branch information
ff137 committed Feb 17, 2024
1 parent 58ca943 commit 01cb051
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/tests/e2e/test_credentials.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ async def credential_definition_id_revocable(
auth = acapy_auth_verified(acapy_auth(faber_client.headers["x-api-key"]))
result = await create_credential_definition(definition, auth)

await asyncio.sleep(10) # allow cred def to reflect on ledger
return result.id


Expand Down

0 comments on commit 01cb051

Please sign in to comment.