From 32cb78d782b5918fb658622a2690ba871dc5bb06 Mon Sep 17 00:00:00 2001 From: MinetaS Date: Wed, 30 Jul 2025 15:55:35 +0900 Subject: [PATCH] Increase CI timeouts for perft might fix CI failures on macOS instances closes https://github.com/official-stockfish/Stockfish/pull/6194 No functional change --- tests/perft.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/perft.sh b/tests/perft.sh index 97c462c57..bb32bee56 100755 --- a/tests/perft.sh +++ b/tests/perft.sh @@ -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