Skip to content

Commit c4c6574

Browse files
committed
Fixed TestLeaseExpiration
1 parent 63dd704 commit c4c6574

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ydb/core/kqp/workload_service/ut/kqp_workload_service_tables_ut.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ Y_UNIT_TEST_SUITE(KqpWorkloadServiceTables) {
147147
ydb->WaitPoolHandlersCount(0);
148148

149149
// Check that lease expired
150-
Sleep(leaseDuration + TDuration::Seconds(5));
150+
Sleep(leaseDuration + TDuration::Seconds(20));
151151
CheckPoolDescription(ydb, 0, 0);
152152
}
153153

0 commit comments

Comments
 (0)