Skip to content

Commit b332a23

Browse files
committed
.
Signed-off-by: AilinKid <[email protected]>
1 parent a8b6253 commit b332a23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/executor/cte_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ func TestCTEIssue49096(t *testing.T) {
3737
require.NoError(t, failpoint.Disable("github.com/pingcap/tidb/pkg/executor/mock_cte_exec_panic_avoid_deadlock"))
3838
}()
3939
insertStr := "insert into t1 values(0)"
40-
rowNum := 1000
40+
rowNum := 10
4141
vals := make([]int, rowNum)
4242
vals[0] = 0
4343
for i := 1; i < rowNum; i++ {

0 commit comments

Comments
 (0)