diff options
Diffstat (limited to 'parallel/all.do')
-rw-r--r-- | parallel/all.do | 4 |
1 files 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 |