From 40786482d977b01d6fe6b7da28555dbb208808fd Mon Sep 17 00:00:00 2001 From: Drew Walters Date: Tue, 7 May 2019 14:39:49 +0000 Subject: [PATCH] docs: List default test timeout value The value of Helm test timeouts in Armada was separated from the wait timeout value in [0]. Since then, the default test timeout value has been 300 seconds, but it is not listed in the documentation. This commit adds the value to the v1 and v2 authoring guides. [0] https://review.opendev.org/618585 Change-Id: I9be85ad1af3e6b22e3aba167095545c26e88c321 --- doc/source/operations/documents/v1/document-authoring.rst | 2 +- doc/source/operations/documents/v2/document-authoring.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/source/operations/documents/v1/document-authoring.rst b/doc/source/operations/documents/v1/document-authoring.rst index 7c623952..692c086a 100644 --- a/doc/source/operations/documents/v1/document-authoring.rst +++ b/doc/source/operations/documents/v1/document-authoring.rst @@ -192,7 +192,7 @@ Run helm tests on the chart after install/upgrade. +=============+==========+====================================================================+ | enabled | bool | whether to enable/disable helm tests for this chart (default True) | +-------------+----------+--------------------------------------------------------------------+ -| timeout | int | time (in sec) to wait for completion of Helm tests | +| timeout | int | time (in sec) to wait for completion of Helm tests. Default 300. | +-------------+----------+--------------------------------------------------------------------+ | options | object | See `Test Options`_. | +-------------+----------+--------------------------------------------------------------------+ diff --git a/doc/source/operations/documents/v2/document-authoring.rst b/doc/source/operations/documents/v2/document-authoring.rst index 4467e9e9..a04f15ca 100644 --- a/doc/source/operations/documents/v2/document-authoring.rst +++ b/doc/source/operations/documents/v2/document-authoring.rst @@ -179,7 +179,7 @@ Run helm tests on the chart after install/upgrade. +=============+==========+====================================================================+ | enabled | bool | whether to enable/disable helm tests for this chart (default True) | +-------------+----------+--------------------------------------------------------------------+ -| timeout | int | time (in sec) to wait for completion of Helm tests | +| timeout | int | time (in sec) to wait for completion of Helm tests. Default 300. | +-------------+----------+--------------------------------------------------------------------+ | options | object | See `Test Options`_. | +-------------+----------+--------------------------------------------------------------------+