diff --git a/app/tests/e2e/issuer/did_sov/test_v1_indy.py b/app/tests/e2e/issuer/did_sov/test_v1_indy.py index 89be54d3f8..51f7b53974 100644 --- a/app/tests/e2e/issuer/did_sov/test_v1_indy.py +++ b/app/tests/e2e/issuer/did_sov/test_v1_indy.py @@ -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"] diff --git a/app/tests/e2e/issuer/did_sov/test_v2_indy.py b/app/tests/e2e/issuer/did_sov/test_v2_indy.py index ad3bfb4ef0..e4322f409d 100644 --- a/app/tests/e2e/issuer/did_sov/test_v2_indy.py +++ b/app/tests/e2e/issuer/did_sov/test_v2_indy.py @@ -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={}