Skip to content

Commit f927646

Browse files
Merge branch 'fix-test-01287_max_execution_speed' into hilite-like-in-show-queries
2 parents 1cbd12c + f1c6275 commit f927646

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/queries/0_stateless/01287_max_execution_speed.sql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ SELECT count() FROM system.numbers; -- { serverError TOO_SLOW }
1313
SET min_execution_speed_bytes = 0;
1414
SELECT 'Ok (2)';
1515

16+
SET timeout_before_checking_execution_speed = 60;
1617
SET max_execution_speed = 1000000;
1718
SET max_block_size = 100;
1819

0 commit comments

Comments
 (0)