diff --git a/pages/common/timeout.md b/pages/common/timeout.md index 642734a188..8037788fe7 100644 --- a/pages/common/timeout.md +++ b/pages/common/timeout.md @@ -2,7 +2,7 @@ > Run a command with a time limit. -- Run `sleep 10` and kill it, if it's running after 3 seconds: +- Run `sleep 10` and terminate it, if it runs for more than 3 seconds: `timeout {{3s}} {{sleep 10}}`