Skip to content

Commit 2d033e3

Browse files
committed
YQ WM increase future wait timeout (ydb-platform#7780)
1 parent 4b2b822 commit 2d033e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ydb/core/kqp/workload_service/ut/common/kqp_workload_service_ut_common.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
namespace NKikimr::NKqp::NWorkload {
1616

17-
inline constexpr TDuration FUTURE_WAIT_TIMEOUT = TDuration::Seconds(30);
17+
inline constexpr TDuration FUTURE_WAIT_TIMEOUT = TDuration::Seconds(60);
1818

1919

2020
// Query runner

0 commit comments

Comments
 (0)