Skip to content

Commit 4968c25

Browse files
committed
Increase the timeout threshold
1 parent 26f1042 commit 4968c25

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/e2e/resource-retain-duration/chainsaw-test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ spec:
3939
bindings:
4040
- name: SPARK_APP_NAMESPACE
4141
value: default
42-
timeout: 120s
42+
timeout: 300s
4343
file: "../assertions/spark-application/spark-state-transition-with-retain-check.yaml"
4444
catch:
4545
- describe:
@@ -51,6 +51,6 @@ spec:
5151
env:
5252
- name: SPARK_APPLICATION_NAME
5353
value: ($SPARK_APPLICATION_NAME)
54-
timeout: 120s
54+
timeout: 300s
5555
content: |
5656
kubectl delete sparkapplication $SPARK_APPLICATION_NAME

0 commit comments

Comments
 (0)