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 f927646 + 9986f4f commit f4d7e70Copy full SHA for f4d7e70
tests/queries/0_stateless/01287_max_execution_speed.sql
@@ -13,7 +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;
+SET max_execution_time = 600;
17
SET max_execution_speed = 1000000;
18
SET max_block_size = 100;
19
0 commit comments