2
0
Эх сурвалжийг харах

(#5) Increase the threshold for the tests

rexim 5 жил өмнө
parent
commit
7d8af044b5

+ 1 - 1
test/pajaWalk/test.sh

@@ -20,5 +20,5 @@ if [ "$EXPECTED_COUNT" != "$ACTUAL_COUNT" ]; then
 fi
 
 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

+ 1 - 1
test/utf8/test.sh

@@ -20,5 +20,5 @@ if [ "$EXPECTED_COUNT" != "$ACTUAL_COUNT" ]; then
 fi
 
 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