Commit 8ab0262e authored by Ivan Tyagov's avatar Ivan Tyagov

Wait 4h.

parent ede4e0d9
......@@ -12,4 +12,4 @@ md5sum = cbaa8e36097f36caf1a377fa71341a09
[test_beremiz.py]
filename = test_beremiz.py
md5sum = 9b413724c5101e9804d5f65d55705bf9
md5sum = 40a3c6a785d713cdf6eee74747955831
......@@ -122,8 +122,8 @@ class BeremizTest(EndToEndTestCase):
cls.supply(cls.runtime_release, cls.computer_id, state="available")
# XXX: rather than sleep add check to wait for SRs compilation end
print("Sleept for 2h.")
time.sleep(7200)
print("Sleept for 4h.")
time.sleep(4*3600)
# supply / request coupler
instance_name = time.strftime('e2e-test-coupler-%Y-%B-%d-%H:%M:%S')
......
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