We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1cbd12c + f1c6275 commit f927646Copy full SHA for f927646
tests/queries/0_stateless/01287_max_execution_speed.sql
@@ -13,6 +13,7 @@ SELECT count() FROM system.numbers; -- { serverError TOO_SLOW }
13
SET min_execution_speed_bytes = 0;
14
SELECT 'Ok (2)';
15
16
+SET timeout_before_checking_execution_speed = 60;
17
SET max_execution_speed = 1000000;
18
SET max_block_size = 100;
19
0 commit comments