@@ -92,7 +92,7 @@ async def test_creates_anoncreds_schema(self, client: Client, Something):
9292 assert parsed_identifier .object_type == AnonCredsObjectType .SCHEMA
9393
9494 # Wait until changes are propagated to Hedera Mirror node
95- await asyncio .sleep (10 )
95+ await asyncio .sleep (5 )
9696
9797 resolution_result = await registry .get_schema (schema_id )
9898
@@ -124,7 +124,7 @@ async def test_creates_anoncreds_cred_def(self, client: Client, Something):
124124 assert parsed_identifier .object_type == AnonCredsObjectType .PUBLIC_CRED_DEF
125125
126126 # Wait until changes are propagated to Hedera Mirror node
127- await asyncio .sleep (10 )
127+ await asyncio .sleep (5 )
128128
129129 resolution_result = await registry .get_cred_def (cred_def_id )
130130
@@ -159,7 +159,7 @@ async def test_creates_anoncreds_rev_reg_def(self, client: Client, Something):
159159 assert parsed_identifier .object_type == AnonCredsObjectType .REV_REG
160160
161161 # Wait until changes are propagated to Hedera Mirror node
162- await asyncio .sleep (10 )
162+ await asyncio .sleep (5 )
163163
164164 resolution_result = await registry .get_rev_reg_def (rev_reg_def_id )
165165
@@ -182,7 +182,7 @@ async def test_creates_and_updates_rev_list(self, client: Client, Something):
182182 assert rev_reg_def_id
183183
184184 # Wait until changes are propagated to Hedera Mirror node
185- await asyncio .sleep (10 )
185+ await asyncio .sleep (5 )
186186
187187 rev_list = AnonCredsRevList (
188188 issuer_id = ISSUER_ID ,
@@ -205,7 +205,7 @@ async def test_creates_and_updates_rev_list(self, client: Client, Something):
205205 assert rev_reg_entries_topic_id
206206
207207 # Wait until changes are propagated to Hedera Mirror node
208- await asyncio .sleep (10 )
208+ await asyncio .sleep (5 )
209209
210210 entries_messages = await HcsMessageResolver (rev_reg_entries_topic_id , HcsRevRegEntryMessage ).execute (client )
211211
@@ -240,7 +240,7 @@ async def test_creates_and_updates_rev_list(self, client: Client, Something):
240240 )
241241
242242 # Wait until changes are propagated to Hedera Mirror node
243- await asyncio .sleep (10 )
243+ await asyncio .sleep (5 )
244244
245245 entries_messages = await HcsMessageResolver (rev_reg_entries_topic_id , HcsRevRegEntryMessage ).execute (client )
246246
0 commit comments