Skip to content

Commit

Permalink
[regression-test](fix) enlarge statistic test case's waiting time (#4…
Browse files Browse the repository at this point in the history
  • Loading branch information
shuke987 authored and dataroaring committed Jan 26, 2025
1 parent ce8d389 commit 1dc76a8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ suite("test_schema_change_statistics") {
def result1 = sql """show column cached stats $table"""
def result2 = sql """show column stats $table"""
boolean dropped = false
for (int i = 0; i < 120; i++) {
for (int i = 0; i < 200; i++) {
if (0 == result1.size() && 0 == result2.size()) {
dropped = true;
break;
Expand Down

0 comments on commit 1dc76a8

Please sign in to comment.