[pysph] 06/07: Reduce time execution of sphere-autopkgtest.
    Anton Gladky 
    gladk at moszumanska.debian.org
       
    Wed Jun 10 04:21:52 UTC 2015
    
    
  
This is an automated email from the git hooks/post-receive script.
gladk pushed a commit to branch master
in repository pysph.
commit b3cea9b56188c3b4247fac3793508db37dbe789c
Author: Anton Gladky <gladk at debian.org>
Date:   Tue Jun 9 22:25:49 2015 +0200
    Reduce time execution of sphere-autopkgtest.
---
 debian/tests/pysph-test-sphere | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/tests/pysph-test-sphere b/debian/tests/pysph-test-sphere
index 0d9544e..1d49953 100755
--- a/debian/tests/pysph-test-sphere
+++ b/debian/tests/pysph-test-sphere
@@ -58,7 +58,7 @@ dt_cfl = 0.25 * h0/( c0 + Umax )
 dt_viscous = 0.125 * h0**2/nu
 dt_force = 1.0
 
-tf = 0.1
+tf = 0.5
 dt = 0.8 * min(dt_cfl, dt_viscous, dt_force)
 
 # The SPH kernel to use
-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/pysph.git
    
    
More information about the debian-science-commits
mailing list