From 103cd130a97b5d93a027fb07f5f5234ce99168cb Mon Sep 17 00:00:00 2001 From: v Date: Mon, 4 Nov 2024 09:07:50 +0100 Subject: [PATCH] updated readme --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 68a8e0b..46d9f62 100644 --- a/readme.md +++ b/readme.md @@ -44,7 +44,7 @@ docker run -d -p 0.0.0.0:8732:8732 ghcr.io/tez-capital/tezbox:tezos-v21.0-rc4 qe #### CI -`tezbox` is commonly used in CI pipelines. If you can estimate the expected duration of a specific test and want to prevent CI from getting stuck, you can use the `--timeout=` option to limit how long the instance runs. Supported units: `s` (seconds), `m` (minutes), `h` (hours). +`tezbox` is commonly used in CI pipelines. If you can estimate the expected duration of a specific test and want to prevent CI from getting stuck, you can use the `--timeout=` option to limit how long the instance runs. Supported units: `s` (seconds), `m` (minutes), `h` (hours). In case of a timeout, the container exits with an exit code of `2`. ```bash docker run -it -p 0.0.0.0:8732:8732 ghcr.io/tez-capital/tezbox:tezos-v20.3 --timeout=120s parisbox