Skip to content

Commit 57005da

Browse files
committed
fix test shutdown
1 parent 566a6e3 commit 57005da

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/templates/kuttl/hbase-connector/04-install-hbase.yaml.j2

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,15 @@ spec:
1717
config:
1818
logging:
1919
enableVectorAgent: {{ lookup('env', 'VECTOR_AGGREGATOR') | length > 0 }}
20+
gracefulShutdownTimeout: 30s # speed up tests
2021
roleGroups:
2122
default:
2223
replicas: 2
2324
regionServers:
2425
config:
2526
logging:
2627
enableVectorAgent: {{ lookup('env', 'VECTOR_AGGREGATOR') | length > 0 }}
28+
gracefulShutdownTimeout: 30s # speed up tests
2729
roleGroups:
2830
default:
2931
replicas: 1

0 commit comments

Comments
 (0)