ClickHouse/tests/queries/0_stateless/02725_sleep_max_time.sql

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

2 lines
92 B
MySQL
Raw Normal View History

SELECT * FROM system.numbers WHERE sleepEachRow(0.05) LIMIT 10; -- { serverError TOO_SLOW }