Commit 00b71509 authored by Łukasz Nowak's avatar Łukasz Nowak

playbook: Give more time to build the site (3->9h)

parent 634004aa
......@@ -20,5 +20,5 @@ class TestSiteStatus(unittest.TestCase):
self.assertTrue(self.status_dict['success'])
def test_build_time(self):
"""Asserts that site was built in less than 3h"""
self.assertLess(self.status_dict['duration'], (3600. * 3))
"""Asserts that site was built in less than 9h"""
self.assertLess(self.status_dict['duration'], (3600. * 9))
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment