Skip to content

Commit 6b7b843

Browse files
authored
fix: increase assert timeout (#555)
1 parent 6862f03 commit 6b7b843

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/templates/kuttl/spark-connect/10-assert.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
apiVersion: kuttl.dev/v1beta1
33
kind: TestAssert
4-
timeout: 900
4+
timeout: 300
55
---
66
apiVersion: apps/v1
77
kind: Deployment
@@ -12,7 +12,7 @@ status:
1212
---
1313
apiVersion: kuttl.dev/v1beta1
1414
kind: TestAssert
15-
timeout: 90
15+
timeout: 300
1616
commands:
1717
# Test that spark connect executors are running.
1818
# Sleep to prevent the following spark connect app from failing

0 commit comments

Comments
 (0)