1
0
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:
Sunny
2020-02-14 21:00:42 +05:30
committed by GitHub
parent 0824f98833
commit aacb8f4553

View File

@@ -1 +1 @@
helm-extra-args: --timeout 800
helm-extra-args: --timeout 800s