Skip to content

Commit 638ca45

Browse files
torosentCopilot
andauthored
Update packages/durabletask-js/src/client/client.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 328f823 commit 638ca45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/durabletask-js/src/client/client.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ export class TaskHubGrpcClient {
5959

6060
// Brief pause to allow gRPC cleanup - this is a known issue with grpc-node
6161
// https://github.com/grpc/grpc-node/issues/1563#issuecomment-829483711
62-
await new Promise((resolve) => setTimeout(resolve, 500));
62+
await new Promise((resolve) => setTimeout(resolve, 1000));
6363
}
6464

6565
/**

0 commit comments

Comments
 (0)