DroidFish: Longer timeout before reporting engine problem.

This commit is contained in:
Peter Osterlund 2012-06-06 19:43:22 +00:00
parent bcdbb5c82a
commit 026de0610f

View File

@ -77,7 +77,7 @@ public class ExternalEngine extends UCIEngineBase {
@Override
public void run() {
try {
Thread.sleep(5000);
Thread.sleep(10000);
} catch (InterruptedException e) {
return;
}