Increase timeout for Travis perft test (#2)
authorianfab <ianfab@users.noreply.github.com>
Mon, 2 Jul 2018 21:23:32 +0000 (23:23 +0200)
committerianfab <ianfab@users.noreply.github.com>
Mon, 2 Jul 2018 21:23:32 +0000 (23:23 +0200)
tests/perft.sh

index d402221..6305f38 100755 (executable)
@@ -11,7 +11,7 @@ trap 'error ${LINENO}' ERR
 echo "perft testing started"
 
 cat << EOF > perft.exp
-   set timeout 10
+   set timeout 30
    lassign \$argv pos depth result
    spawn ./stockfish
    send "position \$pos\\ngo perft \$depth\\n"