Skip to content

Commit bd01530

Browse files
committed
reduce iteration numbers to speed up the test for QEMU
1 parent e354788 commit bd01530

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,8 @@ if [ "$QEMU" != "" ]; then
9191

9292
travis_time_start euslisp.${test_l##*/}.test
9393

94+
sed -i 's/\(i-max\ [0-9]000\)0*/\1/' $test_l
95+
9496
eusgl $test_l;
9597
export TMP_EXIT_STATUS=$?
9698

0 commit comments

Comments
 (0)