Skip to content

Commit ea09dcd

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/durabletask-js/src/worker/task-hub-grpc-worker.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ export class TaskHubGrpcWorker {
290290

291291
// Brief pause to allow gRPC cleanup
292292
// https://github.com/grpc/grpc-node/issues/1563#issuecomment-829483711
293-
await sleep(500);
293+
await sleep(1000);
294294
}
295295

296296
/**

0 commit comments

Comments
 (0)