# cmdTimeout

The cmdTimeout argument specifies the maximum amount of time the yc-360 script will wait for external tools such as jstack to complete capturing thread dumps or logs.

Default: 60s

Supported formats: ns, us, ms, s, m, h

Examples (YAML):

options:
  cmdTimeout: 120s
1
2

Example (CLI):

./yc -cmdTimeout "120s"
1