From b630711f6bfd2063358b665e2d9eaca509e893e8 Mon Sep 17 00:00:00 2001 From: ff137 Date: Sat, 17 Feb 2024 19:51:18 +0200 Subject: [PATCH] :construction: test sleep --- app/tests/e2e/issuer/did_sov/test_v1_indy.py | 1 + app/tests/e2e/issuer/did_sov/test_v2_indy.py | 1 + 2 files changed, 2 insertions(+) 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={}