DEFAULT_UNARY_DEADLINE_MS variable

The deadline every unary call carries unless NorskSettings.unaryDeadlineMs says otherwise: 30 s. Generous for the slowest honest answer (a bundle expansion, an EC2 describe) and short enough that a Manager which accepts TCP but never answers fails the call rather than hanging it forever.

Signature:

DEFAULT_UNARY_DEADLINE_MS = 30000