We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 328f823 commit 638ca45Copy full SHA for 638ca45
packages/durabletask-js/src/client/client.ts
@@ -59,7 +59,7 @@ export class TaskHubGrpcClient {
59
60
// Brief pause to allow gRPC cleanup - this is a known issue with grpc-node
61
// https://github.com/grpc/grpc-node/issues/1563#issuecomment-829483711
62
- await new Promise((resolve) => setTimeout(resolve, 500));
+ await new Promise((resolve) => setTimeout(resolve, 1000));
63
}
64
65
/**
0 commit comments