Browse Source

(#5) Increase the threshold for the tests

rexim 5 years ago
parent
commit
7d8af044b5
2 changed files with 2 additions and 2 deletions
  1. 1 1
      test/pajaWalk/test.sh
  2. 1 1
      test/utf8/test.sh

+ 1 - 1
test/pajaWalk/test.sh

@@ -20,5 +20,5 @@ if [ "$EXPECTED_COUNT" != "$ACTUAL_COUNT" ]; then
 fi
 fi
 
 
 for frame in `ls ./expected-frames/`; do
 for frame in `ls ./expected-frames/`; do
-    $DIFFIMG -e "./expected-frames/$frame" -a "./actual-frames/$frame" -t 2
+    $DIFFIMG -e "./expected-frames/$frame" -a "./actual-frames/$frame" -t 5
 done
 done

+ 1 - 1
test/utf8/test.sh

@@ -20,5 +20,5 @@ if [ "$EXPECTED_COUNT" != "$ACTUAL_COUNT" ]; then
 fi
 fi
 
 
 for frame in `ls ./expected-frames/`; do
 for frame in `ls ./expected-frames/`; do
-    $DIFFIMG -e "./expected-frames/$frame" -a "./actual-frames/$frame" -t 2
+    $DIFFIMG -e "./expected-frames/$frame" -a "./actual-frames/$frame" -t 5
 done
 done