Abort the request after a fixed total duration.
Section: Debugging and Diagnostics
Limit total transfer time
bash
bash
curl --max-time 20 https://example.comExplanation
Good for scripts that must not hang forever.
Learn the surrounding workflow
Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.
Related commands
Same sheet · prioritizing Debugging and Diagnostics
Override DNS resolution
Map a hostname and port to a specific IP address.
Redirect one host:port to another
Change where curl connects without changing the URL's host name.