Skip to content

Commit

Permalink
Increase timeout in nodejs test (#1062)
Browse files Browse the repository at this point in the history
Signed-off-by: Patrik Stas <[email protected]>
  • Loading branch information
Patrik-Stas authored Nov 15, 2023
1 parent f2867d9 commit db69f3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aries/agents/node/vcxagent-core/test/utils/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ async function executeFunctionWithServer (f1, f2) {
server = app.listen(port)

const { alice, faber, pwInfo } = await f1(endpoint)
await sleep(500)
await sleep(800)
assert(encryptedMsg, "It seems that no message has yet arrived on faber's endpoint, try to increase timeout")
const { message } = await faber.unpackMsg(encryptedMsg)
return await f2(alice, faber, pwInfo, message)
Expand Down

0 comments on commit db69f3c

Please sign in to comment.