Skip to content

Commit 3267707

Browse files
committed
DEBUG
1 parent 9d88718 commit 3267707

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

components/workspacekit/cmd/rings.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,9 @@ var ring0Cmd = &cobra.Command{
184184
log.WithError(err).Error("unexpected exit")
185185
return
186186
}
187+
log.Info("ring0 ---- start sleeping")
188+
time.Sleep(20 * time.Minute)
189+
log.Info("ring0 ---- end sleeping")
187190
exitCode = 0 // once we get here everythings good
188191
},
189192
}

0 commit comments

Comments
 (0)