Fixed test

This commit is contained in:
Alexey Milovidov 2019-07-30 21:01:59 +03:00
parent a9b079c7ba
commit 8292f3dbc9

View File

@ -1,3 +1,5 @@
SET allow_introspection_functions = 1;
SET query_profiler_real_time_period_ns = 100000000;
SET log_queries = 1;
SELECT sleep(0.5), ignore('test real time query profiler');