Skip to content

Commit 6edfd6d

Browse files
authored
Fixes timeout issue (#50)
Issue #, if available: Some test files reach timeout while still creating. Description of changes: increase waiting time for some test files. By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
1 parent d4b8ce0 commit 6edfd6d

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

test/e2e/scenarios/Snapshot/snapshot_copy.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ steps:
1919
conditions:
2020
ACK.ResourceSynced:
2121
status: "True"
22-
timeout: 1800
22+
timeout: 3600
2323
- id: "COPY_SNAPSHOT"
2424
description: "Ack Copy Snapshot"
2525
create:
@@ -35,7 +35,7 @@ steps:
3535
conditions:
3636
ACK.ResourceSynced:
3737
status: "True"
38-
timeout: 1800
38+
timeout: 3600
3939
- id: "DELETE_COPY_SNAPSHOT"
4040
description: "Ack Delete Copy Snapshot"
4141
delete:

test/e2e/scenarios/Snapshot/snapshot_create.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ steps:
1919
conditions:
2020
ACK.ResourceSynced:
2121
status: "True"
22-
timeout: 1800
22+
timeout: 3600
2323
- id: "DELETE_SNAPSHOT"
2424
description: "Delete snapshot"
2525
delete:

test/e2e/scenarios/Snapshot/snapshot_create_terminal_condition.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ steps:
1313
name: snapshot$RANDOM_SUFFIX
1414
spec:
1515
name: snapshot$RANDOM_SUFFIX
16-
wait: 120
16+
wait: 600
1717
expect:
1818
status:
1919
conditions:

test/e2e/scenarios/Snapshot/snapshot_update_with_tags.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ steps:
3737
conditions:
3838
ACK.ResourceSynced:
3939
status: "True"
40-
timeout: 1800
40+
timeout: 3600
4141
- id: "SNAPSHOT_ADD_TAGS"
4242
description: "Add tags in snapshot"
4343
patch:

0 commit comments

Comments
 (0)