From c0275996f3bc85783412afc2eb8de04c8cd89317 Mon Sep 17 00:00:00 2001 From: Nils Dagsson Moskopp Date: Wed, 27 Apr 2016 15:17:29 +0200 Subject: * better test case for parallel processing --- parallel/all.do | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/parallel/all.do b/parallel/all.do index 83bac6b..cd7f337 100644 --- a/parallel/all.do +++ b/parallel/all.do @@ -1,7 +1,7 @@ start=$(date +%s) -redo-ifchange a b c +redo-ifchange a b c d e f g h i j end=$(date +%s) -if [ "$(( $end - $start ))" -lt "3" ]; then +if [ "$(( $end - $start ))" -lt "10" ]; then echo "PASS: parallel build" >&2 else echo "FAIL: parallel build" >&2 -- cgit v1.2.3