Skip to content

Commit 0a2075d

Browse files
committed
Fix test suite with Stockfish 15.1
1 parent ecc6328 commit 0a2075d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2997,7 +2997,7 @@ def test_sf_options(self):
29972997
def test_sf_analysis(self):
29982998
with chess.engine.SimpleEngine.popen_uci("stockfish", setpgrp=True, debug=True) as engine:
29992999
board = chess.Board("8/6K1/1p1B1RB1/8/2Q5/2n1kP1N/3b4/4n3 w - - 0 1")
3000-
limit = chess.engine.Limit(depth=28)
3000+
limit = chess.engine.Limit(depth=40)
30013001
analysis = engine.analysis(board, limit)
30023002
with analysis:
30033003
for info in iter(analysis.next, None):

0 commit comments

Comments
 (0)