mirror of
https://github.com/official-stockfish/Stockfish.git
synced 2025-11-01 06:32:32 +00:00
Increase CI timeouts for perft
might fix CI failures on macOS instances closes https://github.com/official-stockfish/Stockfish/pull/6194 No functional change
This commit is contained in:
committed by
Joost VandeVondele
parent
fdd9c34b75
commit
32cb78d782
+1
-1
@@ -16,7 +16,7 @@ EXPECT_SCRIPT=$(mktemp)
|
||||
|
||||
cat << 'EOF' > $EXPECT_SCRIPT
|
||||
#!/usr/bin/expect -f
|
||||
set timeout 30
|
||||
set timeout 120
|
||||
lassign [lrange $argv 0 4] pos depth result chess960 logfile
|
||||
log_file -noappend $logfile
|
||||
spawn ./stockfish
|
||||
|
||||
Reference in New Issue
Block a user