Skip to content

Commit b08c75e

Browse files
committed
test: Increase timeouts
1 parent 4c9f604 commit b08c75e

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

tests/templates/kuttl/delta-lake/40-assert.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
apiVersion: kuttl.dev/v1beta1
33
kind: TestAssert
4-
timeout: 300
4+
timeout: 900
55
---
66
# The Job starting the whole process
77
apiVersion: spark.stackable.tech/v1alpha1

tests/templates/kuttl/iceberg/10-assert.yaml.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
apiVersion: kuttl.dev/v1beta1
33
kind: TestAssert
4-
timeout: 300
4+
timeout: 900
55
---
66
# The Job starting the whole process
77
apiVersion: spark.stackable.tech/v1alpha1

tests/templates/kuttl/overrides/06-assert.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
apiVersion: kuttl.dev/v1beta1
33
kind: TestAssert
4-
timeout: 300
4+
timeout: 900
55
---
66
apiVersion: apps/v1
77
kind: StatefulSet

tests/templates/kuttl/overrides/10-assert.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
apiVersion: kuttl.dev/v1beta1
33
kind: TestAssert
4-
timeout: 300
4+
timeout: 600
55
---
66
apiVersion: spark.stackable.tech/v1alpha1
77
kind: SparkApplication

tests/templates/kuttl/resources/10-assert.yaml.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
apiVersion: kuttl.dev/v1beta1
33
kind: TestAssert
4-
timeout: 240
4+
timeout: 600
55
---
66
apiVersion: v1
77
kind: Pod

tests/templates/kuttl/resources/12-assert.yaml.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
apiVersion: kuttl.dev/v1beta1
33
kind: TestAssert
4-
timeout: 240
4+
timeout: 900
55
---
66
apiVersion: v1
77
kind: Pod

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
apiVersion: kuttl.dev/v1beta1
33
kind: TestAssert
4-
timeout: 600
4+
timeout: 900
55
---
66
apiVersion: apps/v1
77
kind: StatefulSet

tests/templates/kuttl/spark-ny-public-s3/10-assert.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
apiVersion: kuttl.dev/v1beta1
33
kind: TestAssert
4-
timeout: 300
4+
timeout: 900
55
---
66
# The Job starting the whole process
77
apiVersion: spark.stackable.tech/v1alpha1

0 commit comments

Comments
 (0)