Explorar o código

(#5) Increase the threshold for the tests

rexim %!s(int64=5) %!d(string=hai) anos
pai
achega
7d8af044b5
Modificáronse 2 ficheiros con 2 adicións e 2 borrados
  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
 
 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