Skip to content

Commit b5cc7ce

Browse files
committed
test(iceberg): Allow for slower queries
1 parent 4c14225 commit b5cc7ce

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/templates/kuttl/iceberg/34_trino.yaml.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ spec:
6161
replicas: 1
6262
workers:
6363
config:
64-
gracefulShutdownTimeout: 60s # Let the test run faster
64+
gracefulShutdownTimeout: 120s # Let the test run faster, but allow for slow queries
6565
logging:
6666
enableVectorAgent: {{ lookup('env', 'VECTOR_AGGREGATOR') | length > 0 }}
6767
{% if test_scenario['values']['iceberg-use-kerberos'] == 'true' %}

0 commit comments

Comments
 (0)