From e49f58dc4fd0924f9bf031391ff9a6052e3aaaf2 Mon Sep 17 00:00:00 2001 From: Petr OspalĂ˝ Date: Thu, 23 May 2019 14:34:22 +0200 Subject: Add support for extra helm install arguments MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Ie0b4e812acf6fba4e4b8f082533ab2f998456095 Issue-ID: OOM-1877 Signed-off-by: Petr OspalĂ˝ --- ansible/roles/application/molecule/default/tests/test_default.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'ansible/roles/application/molecule/default') diff --git a/ansible/roles/application/molecule/default/tests/test_default.py b/ansible/roles/application/molecule/default/tests/test_default.py index 3e0cbb42..5edceff3 100644 --- a/ansible/roles/application/molecule/default/tests/test_default.py +++ b/ansible/roles/application/molecule/default/tests/test_default.py @@ -16,7 +16,8 @@ serve repo list repo add local http://127.0.0.1:8879 install --name moleculetestapp local/moleculetestapp --namespace \ -moleculetestapp -f /opt/moleculetestapp/override.yaml""" +moleculetestapp -f /opt/moleculetestapp/override.yaml \ +--timeout 1800""" assert fc == expected_content -- cgit