------------------------------------------------------------
revno: 2885
committer: Anton Gladky <[email protected]>
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()

_______________________________________________
Mailing list: https://launchpad.net/~yade-dev
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~yade-dev
More help   : https://help.launchpad.net/ListHelp

Reply via email to