mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-25 17:12:03 +00:00
Reduce flakiness
This commit is contained in:
parent
2f37ad7fb8
commit
cd4020fa2f
@ -5,4 +5,4 @@ maximum: 1.1
|
||||
HTTP CLIENT
|
||||
maximum: 1.1
|
||||
TABLE: system.settings
|
||||
max_execution_time 0.1 1
|
||||
max_execution_time 30.5 1
|
||||
|
@ -38,4 +38,4 @@ check_output "${OUTPUT}"
|
||||
|
||||
# CHECK system.settings
|
||||
echo "TABLE: system.settings"
|
||||
echo "SELECT name, value, changed from system.settings where name = 'max_execution_time'" | clickhouse-client --max_execution_time 0.1
|
||||
echo "SELECT name, value, changed from system.settings where name = 'max_execution_time'" | clickhouse-client --max_execution_time 30.5
|
||||
|
Loading…
Reference in New Issue
Block a user