Skip to content

Commit c22a8b7

Browse files
authored
Increase sleep for TestAccVcfaSupervisorNamespace test (#104)
Signed-off-by: abarreiro <abarreiro@vmware.com>
1 parent 38e8674 commit c22a8b7

4 files changed

Lines changed: 4 additions & 3 deletions

File tree

.changes/v1.0.1/104-notes.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
- Increase sleep for `TestAccVcfaSupervisorNamespace` test so it does not fail intermittently [GH-104]

PREVIOUS_VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v0.0.0
1+
v1.0.0

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v1.0.0
1+
v1.0.1

vcfa/resource_vcfa_supervisor_namespace_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ func TestAccVcfaSupervisorNamespace(t *testing.T) {
125125
ProviderFactories: multipleFactories(),
126126
PreConfig: func() {
127127
// TODO: Introduce retries when Supervisor Namespace is created, instead of a patch in the test
128-
time.Sleep(25 * time.Second) // Give time for Namespace Classes to be allocated after the Organization is created
128+
time.Sleep(40 * time.Second) // Give time for Namespace Classes to be allocated after the Organization is created
129129
createProject(t, params)
130130
}, //Setup project
131131
Config: configText2,

0 commit comments

Comments
 (0)