Skip to content

Commit e5975af

Browse files
authored
Increase sleep for supervisor namespace test even more (#105)
Signed-off-by: abarreiro <abarreiro@vmware.com>
1 parent c22a8b7 commit e5975af

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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

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

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(40 * time.Second) // Give time for Namespace Classes to be allocated after the Organization is created
128+
time.Sleep(70 * 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)