From 25d26e658acaba30e4fb4c13bb370dece940c81a Mon Sep 17 00:00:00 2001 From: Jean Privat Date: Thu, 25 Apr 2013 23:01:22 -0400 Subject: [PATCH] benchs/lang: increase timout to 5min Signed-off-by: Jean Privat --- benchmarks/bench_languages.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmarks/bench_languages.sh b/benchmarks/bench_languages.sh index b1e35b1..28720d7 100755 --- a/benchmarks/bench_languages.sh +++ b/benchmarks/bench_languages.sh @@ -57,7 +57,7 @@ function bench_command() # Execute the commands $count times for i in `seq 1 "$count"`; do - (ulimit -t 60; /usr/bin/time -f "%U" -o "$timeout" -a "$@") > $outputopts 2>&1 || die "$1: failed" + (ulimit -t 300; /usr/bin/time -f "%U" -o "$timeout" -a "$@") > $outputopts 2>&1 || die "$1: failed" echo -n "$i. " tail -n 1 "$timeout" done -- 1.7.9.5