Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/yb/yql/pgwrapper/pg_ash-test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -469,7 +469,7 @@ class PgAshNestedQueryTracking : public PgAshSingleNode {
}

static constexpr auto kOuterQuery = "INSERT INTO trig_outer SELECT k, v FROM trig_data";
static constexpr int kNumRows = 1000;
static constexpr int kNumRows = 10000;

int64_t outer_query_id_;
int64_t inner_query_id_;
Expand Down
Loading