From 0a1d447ee4010679b538855ea3a2ebc711ee47be Mon Sep 17 00:00:00 2001 From: Volodymyr Shypyguzov Date: Mon, 25 Apr 2016 15:14:36 +0300 Subject: [PATCH] Increase reboot timeout Increase reboot task timeout since node reboot takes approx. 60 sec and this sometimes could lead to test failure Change-Id: I2864c8cc220137b03c94f130718d618291ebf2e8 Closes-bug: #1565702 (cherry picked from commit c293a1051a5afdf9ddcc0c60580d681abb467f22) --- fuelweb_test/tests/plugins/plugin_reboot/reboot_tasks.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fuelweb_test/tests/plugins/plugin_reboot/reboot_tasks.yaml b/fuelweb_test/tests/plugins/plugin_reboot/reboot_tasks.yaml index f45311e97..9531b603c 100644 --- a/fuelweb_test/tests/plugins/plugin_reboot/reboot_tasks.yaml +++ b/fuelweb_test/tests/plugins/plugin_reboot/reboot_tasks.yaml @@ -9,7 +9,7 @@ stage: pre_deployment type: reboot parameters: - timeout: 60 + timeout: 180 - role: ['controller', 'ceph-osd'] stage: pre_deployment