Skip to content

Commit

Permalink
Increased timeout managed folder e2e tests (#2456)
Browse files Browse the repository at this point in the history
* louhi script changes

* increase timeout

* remove unnecessary changes

* remove unnecessary changes

* remove unnecessary changes
  • Loading branch information
Tulsishah authored Sep 6, 2024
1 parent c3d93a1 commit 9fe2602
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ func (s *managedFoldersAdminPermission) Setup(t *testing.T) {
if s.managedFoldersPermission != "nil" {
providePermissionToManagedFolder(bucket, path.Join(testDir, ManagedFolder1), serviceAccount, s.managedFoldersPermission, t)
providePermissionToManagedFolder(bucket, path.Join(testDir, ManagedFolder2), serviceAccount, s.managedFoldersPermission, t)
// Waiting for 10 seconds as it usually takes 10 seconds for policy changes to propagate.
time.Sleep(10 * time.Second)
// Waiting for 20 seconds for policy changes to propagate. This values we kept based on our experiments.
time.Sleep(20 * time.Second)
}
}

Expand Down

0 comments on commit 9fe2602

Please sign in to comment.