Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions tests/templates/kuttl/spark-connect/10-assert.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
apiVersion: kuttl.dev/v1beta1
kind: TestAssert
timeout: 900
timeout: 300
---
apiVersion: apps/v1
kind: Deployment
Expand All @@ -12,7 +12,7 @@ status:
---
apiVersion: kuttl.dev/v1beta1
kind: TestAssert
timeout: 90
timeout: 300
commands:
# Test that spark connect executors are running.
# Sleep to prevent the following spark connect app from failing
Expand Down
Loading