Skip to content

Commit 591ccf0

Browse files
authored
Fixes create cluster timeout bug (#38)
Description of changes: Current waiting time in test file isn't enough for creating cluster. e2e test fails sometimes because cluster is still creating. Adds more wait time for creating cluster step. By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
1 parent 3cb699b commit 591ccf0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/scenarios/Cluster/cluster_memory_validations.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ steps:
2222
conditions:
2323
ACK.ResourceSynced:
2424
status: "True"
25-
timeout: 7200
25+
timeout: 14400
2626

2727
- id: "PERFORM_SCALE_DOWN"
2828
description: "Perform scale down"

0 commit comments

Comments
 (0)