Skip to content

Commit 1431046

Browse files
committed
More sleep
1 parent efe097f commit 1431046

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/ws-daemon/pkg/controller/workspace_controller.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -398,7 +398,7 @@ func (wsc *WorkspaceController) doWorkspaceContentBackup(ctx context.Context, sp
398398
disposeStart := time.Now()
399399
var snapshotName string
400400
var snapshotUrl string
401-
time.Sleep(300 * time.Second)
401+
time.Sleep(1200 * time.Second)
402402
glog.WithFields(ws.OWI()).WithField("workspace", req.NamespacedName).WithField("phase", ws.Status.Phase).Info("sleeping before backup...")
403403
if ws.Spec.Type == workspacev1.WorkspaceTypeRegular {
404404
snapshotName = storage.DefaultBackup

0 commit comments

Comments
 (0)