Skip to content

Commit bb1b9ce

Browse files
authored
Update index.mjs
Signed-off-by: Deepanshu Agarwal <[email protected]>
1 parent 34e5807 commit bb1b9ce

File tree

1 file changed

+2
-1
lines changed
  • cryptography/javascript/sdk/crypto-quickstart

1 file changed

+2
-1
lines changed

cryptography/javascript/sdk/crypto-quickstart/index.mjs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ async function start() {
1515
daprPort,
1616
communicationProtocol: CommunicationProtocolEnum.GRPC,
1717
});
18-
await client.health.isHealthy();
18+
// await client.health.isHealthy();
19+
await sleep(2500);
1920

2021
// Encrypt and decrypt a message from a buffer
2122
await encryptDecryptBuffer(client);

0 commit comments

Comments
 (0)