Skip to content

Commit 60183c7

Browse files
authored
Debug logging in WaiFor (#8137)
1 parent 6f5a3dc commit 60183c7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ydb/core/testlib/actors/test_runtime.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,7 @@ namespace NActors {
119119
this->DispatchEvents(options, simTimeout);
120120

121121
Y_ABORT_UNLESS(condition(), "Timeout while waiting for %s", description.c_str());
122+
Cerr << "... waiting for " << description << " (done)" << Endl;
122123
}
123124
}
124125

0 commit comments

Comments
 (0)