# httpClientTimeout

Specifies the maximum duration the yc-360 script will wait for a response from the yCrash server for each individual HTTP request made during artifact transmission.

type: string

Default: 60s

Example (YAML):

options:
  httpClientTimeout: 5m
1
2

Example (CLI):

./yc -httpClientTimeout "5m"
1

NOTE

This is not a timeout for the entire script execution. It applies only to the time taken for the yCrash server to respond to a single request (e.g., when uploading thread dumps, GC logs, or system stats individually).