From c1b02eb5d8b37c167b2a4fe081f2dae9277d298c Mon Sep 17 00:00:00 2001 From: k1LoW Date: Thu, 11 Jul 2024 09:26:21 +0900 Subject: [PATCH] Add about timeout --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 29121e18..6ea50e23 100644 --- a/README.md +++ b/README.md @@ -307,6 +307,14 @@ In case of monorepo, code metrics can be reported to datastore separately by spe repository: k1LoW/octocov ``` +### `timeout:` + +Timeout for octocov execution. (default: `30sec`) + +``` yaml +timeout: 5min +``` + ### `coverage:` Configuration for code coverage.