@@ -490,7 +490,7 @@ def __init__(self, commands: COMMANDS_TYPE, options: OPTIONS_GO_EGTB_TYPE, stder
490
490
:param popen_args: The cwd of the engine.
491
491
"""
492
492
super ().__init__ (options , draw_or_resign )
493
- self .engine = chess .engine .SimpleEngine .popen_uci (commands , timeout = 10 . , debug = False , setpgrp = True , stderr = stderr ,
493
+ self .engine = chess .engine .SimpleEngine .popen_uci (commands , timeout = 60 . , debug = False , setpgrp = True , stderr = stderr ,
494
494
** popen_args )
495
495
self .configure (options , game )
496
496
@@ -511,7 +511,7 @@ def __init__(self, commands: COMMANDS_TYPE, options: OPTIONS_GO_EGTB_TYPE, stder
511
511
:param popen_args: The cwd of the engine.
512
512
"""
513
513
super ().__init__ (options , draw_or_resign )
514
- self .engine = chess .engine .SimpleEngine .popen_xboard (commands , timeout = 10 . , debug = False , setpgrp = True ,
514
+ self .engine = chess .engine .SimpleEngine .popen_xboard (commands , timeout = 60 . , debug = False , setpgrp = True ,
515
515
stderr = stderr , ** popen_args )
516
516
egt_paths = cast (EGTPATH_TYPE , options .pop ("egtpath" , {}) or {})
517
517
protocol = cast (chess .engine .XBoardProtocol , self .engine .protocol )
0 commit comments