commit f164d0912f6a15645da7b35b394d2caa0f295dd2 parent 44c9293e78e9de71a7bc96c2add6cf8e6ea07840 Author: Marcello Stanisci <marcello.stanisci@inria.fr> Date: Mon, 10 Jul 2017 12:50:43 +0200 fix ulimit so that selenium test doesn't crash Diffstat:
| M | selenium/launch_selenium_test | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/selenium/launch_selenium_test b/selenium/launch_selenium_test @@ -1,6 +1,6 @@ #!/bin/bash -ulimit -v 4000000 +ulimit -v 6000000 set -eu