X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fsearch.cpp;h=3ed8ced0326e5ab162f3f70559a1bc80c8a07358;hp=9d29d2798737b81f76d8fa64ad130b97eac54ebd;hb=aa392c366e6b52fa51b4be7965347d867a7f9804;hpb=f80c50bcddfd02c1b93dcde067d6a7362dda53a2 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)