In PR #233 I removed the option to increase the timeout value as Helm 2.15 had a problem with numeric values. Helm 2.15.1 was released and fixed this issues (for more information see #234).
Thus, I re-added the option to increase the timeout.
Fixes #234.
Checklist
Before submitting this PR, please make sure:
[x] your code builds clean with make
[x] your code lets succeed unit tests with make test
Description
In PR #233 I removed the option to increase the timeout value as Helm
2.15
had a problem with numeric values. Helm2.15.1
was released and fixed this issues (for more information see #234).Thus, I re-added the option to increase the timeout.
Fixes #234.
Checklist
Before submitting this PR, please make sure:
make
make test