Skip to content

Commit 0dc7d81

Browse files
committed
experiment: increase timeout on LIST
1 parent d46891c commit 0dc7d81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/virtual/finalizingworkspaces/virtualworkspace_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@ func TestFinalizingWorkspacesVirtualWorkspaceAccess(t *testing.T) {
330330
require.EventuallyWithT(t, func(c *assert.CollectT) {
331331
_, err := user1VwKcpClusterClients[name].CoreV1alpha1().LogicalClusters().List(ctx, metav1.ListOptions{})
332332
require.NoError(c, err)
333-
}, wait.ForeverTestTimeout, 100*time.Millisecond)
333+
}, 3*time.Minute, 100*time.Millisecond)
334334
}
335335

336336
alphaFinalizer := string(finalization.FinalizerForType(workspaceTypes["alpha"]))

0 commit comments

Comments
 (0)