mirror of
https://github.com/peterosterlund2/droidfish.git
synced 2025-01-31 01:20:46 +01:00
DroidFish: Longer timeout before reporting engine problem.
This commit is contained in:
parent
bcdbb5c82a
commit
026de0610f
|
@ -77,7 +77,7 @@ public class ExternalEngine extends UCIEngineBase {
|
|||
@Override
|
||||
public void run() {
|
||||
try {
|
||||
Thread.sleep(5000);
|
||||
Thread.sleep(10000);
|
||||
} catch (InterruptedException e) {
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user