diff --git a/regression-test/suites/load_p0/stream_load/test_csv_with_double_quotes.groovy b/regression-test/suites/load_p0/stream_load/test_csv_with_double_quotes.groovy index 429e8c88fd..3f688250a5 100644 --- a/regression-test/suites/load_p0/stream_load/test_csv_with_double_quotes.groovy +++ b/regression-test/suites/load_p0/stream_load/test_csv_with_double_quotes.groovy @@ -41,7 +41,7 @@ suite("test_csv_with_double_quotes", "p0") { set 'column_separator', ',' file 'csv_with_double_quotes.csv' - time 10000 // limit inflight 10s + time 20000 // limit inflight 10s } sql "sync" @@ -55,7 +55,7 @@ suite("test_csv_with_double_quotes", "p0") { set 'trim_double_quotes', 'true' file 'csv_with_double_quotes.csv' - time 10000 // limit inflight 10s + time 20000 // limit inflight 10s } sql "sync" diff --git a/regression-test/suites/unique_with_mow_p0/partial_update/test_partial_update_publish.groovy b/regression-test/suites/unique_with_mow_p0/partial_update/test_partial_update_publish.groovy index a3fee49b96..ee7b5cd87d 100644 --- a/regression-test/suites/unique_with_mow_p0/partial_update/test_partial_update_publish.groovy +++ b/regression-test/suites/unique_with_mow_p0/partial_update/test_partial_update_publish.groovy @@ -62,7 +62,7 @@ suite("test_primary_key_partial_update_publish", "p0") { } qt_select_default """ - select * from ${tableName} + select * from ${tableName} order by id; """ // drop drop