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
This commit is contained in:
Drew Walters 2019-05-07 14:39:49 +00:00
parent 64cab4788f
commit 40786482d9
2 changed files with 2 additions and 2 deletions

View File

@ -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`_. |
+-------------+----------+--------------------------------------------------------------------+

View File

@ -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`_. |
+-------------+----------+--------------------------------------------------------------------+