projects
/
fairystockfish.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
a11c89b
)
Increase timeout for Travis perft test (#2)
author
ianfab
<ianfab@users.noreply.github.com>
Mon, 2 Jul 2018 21:23:32 +0000 (23:23 +0200)
committer
ianfab
<ianfab@users.noreply.github.com>
Mon, 2 Jul 2018 21:23:32 +0000 (23:23 +0200)
tests/perft.sh
patch
|
blob
|
history
diff --git
a/tests/perft.sh
b/tests/perft.sh
index
d402221
..
6305f38
100755
(executable)
--- 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"