Increase timeout for OSTF tests to 1hr

Platform tests could take much longer than default 30min

Change-Id: I243501b475f02011b71d7f1dcac715c3d146bf4d
Closes-Bug: #1581446
(cherry picked from commit a10ba42023)
This commit is contained in:
Volodymyr Shypyguzov 2016-05-13 13:36:34 +03:00
parent cd627555af
commit 7d8b02425b
1 changed files with 5 additions and 2 deletions

View File

@ -101,7 +101,10 @@ class MixedComponents(TestBasic):
self.fuel_web.verify_network(cluster_id)
self.show_step(13)
self.fuel_web.run_ostf(cluster_id, test_sets=['smoke', 'sanity', 'ha',
'tests_platform'])
self.fuel_web.run_ostf(
cluster_id,
test_sets=['smoke', 'sanity', 'ha', 'tests_platform'],
timeout=3600
)
self.env.make_snapshot('mixed_components_murano_sahara_ceilometer')