diff options
author | Nils Dagsson Moskopp <nils@dieweltistgarnichtso.net> | 2016-04-27 15:17:29 +0200 |
---|---|---|
committer | Nils Dagsson Moskopp <nils@dieweltistgarnichtso.net> | 2016-04-27 15:17:29 +0200 |
commit | c0275996f3bc85783412afc2eb8de04c8cd89317 (patch) | |
tree | a5b682ea9b56d4e892d4dcefd76ab1c5f362fa32 /parallel | |
parent | 0f9ff27746266575c81bfd4f39d89e7f4f166d21 (diff) |
* better test case for parallel processing
Diffstat (limited to 'parallel')
-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 |