timeout property

int timeout
final

Network timeout duration for API operations in seconds.

Sets the timeout for read, open, and send operations when communicating with Google Play Console API. Higher values may be needed for large file uploads or slow connections. Default: 300 seconds (5 minutes)

Implementation

final int timeout;