NorskSettings.unaryDeadlineMs property
Deadline, in milliseconds, for every unary call (createJob, startJob, terminateNode, …): a call the Manager has not answered by then rejects with a gRPC DEADLINE_EXCEEDED instead of hanging forever. Per call, measured from the moment the call is made. Streams (eventStream, jobSearch, listNodes, the status channel) are not subject to it. Default: 30 s (DEFAULT_UNARY_DEADLINE_MS).
Signature:
unaryDeadlineMs?: number;