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 773fc0e + 9986f4f commit 0161caeCopy full SHA for 0161cae
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