Skip to content

Commit

Permalink
fix: remove hard coded number
Browse files Browse the repository at this point in the history
  • Loading branch information
amagyar-iohk committed Sep 20, 2023
1 parent 5035e66 commit f10cdea
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ class EdgeAgentSteps {
cloudAgent.remember("recordIdList", recordIdList)

// wait to receive
edgeAgentWorkflow.waitForCredentialOffer(edgeAgent, 3)
edgeAgentWorkflow.waitForCredentialOffer(edgeAgent, numberOfCredentials)

// accept all
repeat(numberOfCredentials) {
Expand Down

0 comments on commit f10cdea

Please sign in to comment.