gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [taler-deployment] branch master updated: fix ulimit so tha


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] branch master updated: fix ulimit so that selenium test doesn't crash
Date: Mon, 10 Jul 2017 12:51:09 +0200

This is an automated email from the git hooks/post-receive script.

marcello pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new f164d09  fix ulimit so that selenium test doesn't crash
f164d09 is described below

commit f164d0912f6a15645da7b35b394d2caa0f295dd2
Author: Marcello Stanisci <address@hidden>
AuthorDate: Mon Jul 10 12:50:43 2017 +0200

    fix ulimit so that selenium test doesn't crash
---
 selenium/launch_selenium_test | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/selenium/launch_selenium_test b/selenium/launch_selenium_test
index 95feb63..12e35ca 100755
--- a/selenium/launch_selenium_test
+++ b/selenium/launch_selenium_test
@@ -1,6 +1,6 @@
 #!/bin/bash
 
-ulimit -v 4000000
+ulimit -v 6000000
 
 set -eu
 

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]