yade-dev team mailing list archive
-
yade-dev team
-
Mailing list archive
-
Message #07794
[Branch ~yade-dev/yade/trunk] Rev 2885: Add O.wait() at the end of checkGravity-test. Hopefully will fix the buildbot-error.
------------------------------------------------------------
revno: 2885
committer: Anton Gladky <gladky.anton@xxxxxxxxx>
branch nick: yade
timestamp: Sat 2011-07-16 20:59:53 +0200
message:
Add O.wait() at the end of checkGravity-test. Hopefully will fix the buildbot-error.
modified:
scripts/test/checks/checkGravity.py
--
lp:yade
https://code.launchpad.net/~yade-dev/yade/trunk
Your team Yade developers is subscribed to branch lp:yade.
To unsubscribe from this branch go to https://code.launchpad.net/~yade-dev/yade/trunk/+edit-subscription
=== modified file 'scripts/test/checks/checkGravity.py'
--- scripts/test/checks/checkGravity.py 2011-07-14 16:09:34 +0000
+++ scripts/test/checks/checkGravity.py 2011-07-16 18:59:53 +0000
@@ -85,5 +85,5 @@
O.dt=0.02*tc
O.saveTmp('init');
-O.run(500000)
-
+O.run(1000000)
+O.wait()