Reduce flakiness

This commit is contained in:
Raúl Marín 2022-05-14 12:31:52 +02:00
parent 2f37ad7fb8
commit cd4020fa2f
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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