mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=2143
This commit is contained in:
parent
4ac98b64c8
commit
242e0bc6a6
|
@ -331,7 +331,7 @@ class TestProject(Project):
|
||||||
while (num_wus_assimilated(db) < self.num_wu) or num_wus_to_transition(db):
|
while (num_wus_assimilated(db) < self.num_wu) or num_wus_to_transition(db):
|
||||||
time.sleep(.5)
|
time.sleep(.5)
|
||||||
if time.time() > timeout:
|
if time.time() > timeout:
|
||||||
error("run_finish_wait(): timed out waiting for workunits to assimilated/transition")
|
error("run_finish_wait(): timed out waiting for workunits to assimilate/transition")
|
||||||
break
|
break
|
||||||
db.close()
|
db.close()
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue