We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2972759 commit 0cb8c0dCopy full SHA for 0cb8c0d
1 file changed
tests/queries/0_stateless/00156_max_execution_speed_sample_merge.sql
@@ -13,7 +13,7 @@ CREATE TEMPORARY TABLE times (t DateTime);
13
14
DROP TABLE IF EXISTS t00156_max_execution_speed_sample_merge;
15
CREATE TABLE t00156_max_execution_speed_sample_merge (v UInt64);
16
-INSERT INTO t00156_max_execution_speed_sample_merge SELECT number FROM numbers(8);
+INSERT INTO t00156_max_execution_speed_sample_merge SELECT number FROM numbers(28);
17
18
INSERT INTO times SELECT now();
19
SELECT * FROM t00156_max_execution_speed_sample_merge WHERE sleepEachRow(0.1) == 0 FORMAT Null;
0 commit comments