From: ianfab Date: Mon, 2 Jul 2018 21:23:32 +0000 (+0200) Subject: Increase timeout for Travis perft test (#2) X-Git-Url: http://winboard.nl/cgi-bin?a=commitdiff_plain;h=b7e3660ab5e392ed1544486f2ac1390f9c93f5a0;p=fairystockfish.git Increase timeout for Travis perft test (#2) --- diff --git a/tests/perft.sh b/tests/perft.sh index d402221..6305f38 100755 --- a/tests/perft.sh +++ b/tests/perft.sh @@ -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"