Skip to content

Commit abb704d

Browse files
Merge pull request ClickHouse#80411 from ClickHouse/fix-test-01287_max_execution_speed
Fix bad test `01287_max_execution_speed`
2 parents f30cca4 + c110bca commit abb704d

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 max_execution_time = 600;
1617
SET max_execution_speed = 1000000;
1718
SET max_block_size = 100;
1819

0 commit comments

Comments
 (0)