Skip to content

Commit

Permalink
Increase promote did retries
Browse files Browse the repository at this point in the history
Signed-off-by: jamshale <[email protected]>
  • Loading branch information
jamshale committed Mar 22, 2024
1 parent 3585c5b commit bdc7faa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion demo/features/steps/0586-sign-transaction.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,9 @@ def step_impl(context, agent_name, did_role):
)

# make the new did the wallet's public did
retries = 3
retries = 5
for retry in range(retries):
async_sleep(1.0)
published_did = agent_container_POST(
agent["agent"],
"/wallet/did/public",
Expand Down

0 comments on commit bdc7faa

Please sign in to comment.