diff --git a/cloud/storage/core/libs/common/context.cpp b/cloud/storage/core/libs/common/context.cpp index b2dcad9b7e..9fc1fbf048 100644 --- a/cloud/storage/core/libs/common/context.cpp +++ b/cloud/storage/core/libs/common/context.cpp @@ -86,6 +86,7 @@ void TCallContextBase::Postpone(ui64 nowCycles) Y_DEBUG_ABORT_UNLESS( AtomicGet(PostponeTsCycles) == 0, "Request was not advanced."); + Y_DEBUG_ABORT_UNLESS(nowCycles > 0); AtomicSet(PostponeTsCycles, nowCycles); }