From b22adf75f8fa72a1a9eb95d27b9b0fac196d3db3 Mon Sep 17 00:00:00 2001 From: Olivier Bourdon Date: Tue, 18 Oct 2016 11:45:39 +0200 Subject: [PATCH] Fix missing timeout Change-Id: Ib42bdf54e683f535205e1e4bb7edbeb49fea6e19 --- stacklight_tests/zabbix/test_system.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/stacklight_tests/zabbix/test_system.py b/stacklight_tests/zabbix/test_system.py index 6fa70e7..b83c84f 100644 --- a/stacklight_tests/zabbix/test_system.py +++ b/stacklight_tests/zabbix/test_system.py @@ -16,7 +16,6 @@ from fuelweb_test.helpers.decorators import log_snapshot_after_test from netaddr import IPNetwork from proboscis import test - from stacklight_tests.zabbix import api @@ -59,7 +58,7 @@ class TestZabbixPluginSystem(api.ZabbixApi): 'slave-03': ['controller'], 'slave-04': ['compute'], 'slave-05': ['cinder'] - } + }, timeout=10800 ) self.check_plugin_online()