Skip to content

Commit

Permalink
Increase read timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
UnstoppableMango committed Jan 30, 2024
1 parent 5a605f2 commit 260afcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/typescript/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ const health = talos.cluster.getHealthOutput({
controlPlaneNodes: [bootstrap.node],
endpoints: [bootstrap.endpoint],
clientConfiguration: secrets.clientConfiguration,
timeouts: { read: "60s" },
timeouts: { read: "4m" },
});

0 comments on commit 260afcf

Please sign in to comment.