Commit 68ed4056 authored by Ivan Tyagov's avatar Ivan Tyagov

Reduce time.

parent 080168be
......@@ -35,8 +35,8 @@ class BeremizTest(e2e.EndToEndTestCase):
cls.supply(cls.runtime_release, cls.computer_id, state="available")
# XXX: rather than sleep add check to wait for SRs compilation end
print("Sleep for 5h.")
time.sleep(5*3600)
print("Sleep for 4h.")
time.sleep(4*3600)
print("Request beremiz-runtime and OSIE coupler instances.")
# supply / request coupler in anonymous mode (no user / pass)
......
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