Skip to content

Commit

Permalink
🚧 test sleep
Browse files Browse the repository at this point in the history
  • Loading branch information
ff137 committed Feb 17, 2024
1 parent 58ca943 commit b630711
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions app/tests/e2e/issuer/did_sov/test_v1_indy.py
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,7 @@ async def test_revoke_credential(
field_id=faber_and_alice_connection.alice_connection_id,
desired_state="offer-received",
)
await asyncio.sleep(2)

alice_credential_id = payload["credential_id"]

Expand Down
1 change: 1 addition & 0 deletions app/tests/e2e/issuer/did_sov/test_v2_indy.py
Original file line number Diff line number Diff line change
Expand Up @@ -277,6 +277,7 @@ async def test_revoke_credential(
desired_state="done",
)
)
await asyncio.sleep(2)
# send credential request: holder
response = await alice_member_client.post(
f"{CREDENTIALS_BASE_PATH}/{alice_credential_id}/request", json={}
Expand Down

0 comments on commit b630711

Please sign in to comment.