mirror of
https://github.com/helm/chart-testing.git
synced 2026-02-05 09:45:14 +01:00
examples/kind: Add timeout unit in config (#201)
helm3 requires the timeout value to have a unit. Without this, the test results in the following error: ``` Error: invalid argument "800" for "--timeout" flag: time: missing unit in duration 800 ``` Signed-off-by: Sunny <darkowlzz@protonmail.com>
This commit is contained in:
@@ -1 +1 @@
|
||||
helm-extra-args: --timeout 800
|
||||
helm-extra-args: --timeout 800s
|
||||
|
||||
Reference in New Issue
Block a user