diff --git a/src/search.cpp b/src/search.cpp index 9d29d279..3ed8ced0 100644 --- a/src/search.cpp +++ b/src/search.cpp @@ -1983,7 +1983,7 @@ void check_time() { && !Signals.failedLowAtRoot && e > TimeMgr.available_time(); - bool noMoreTime = e > TimeMgr.maximum_time() - TimerResolution + bool noMoreTime = e > TimeMgr.maximum_time() - 2 * TimerResolution || stillAtFirstMove; if ( (Limits.use_time_management() && noMoreTime)