We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50b118c commit c947b34Copy full SHA for c947b34
components/gitpod-cli/cmd/open.go
@@ -63,7 +63,6 @@ var openCmd = &cobra.Command{
63
c.Stdin = os.Stdin
64
c.Stdout = os.Stdout
65
c.Stderr = os.Stderr
66
- time.Sleep(10 * time.Second)
67
err = c.Run()
68
if err != nil {
69
if ctx.Err() != nil {
0 commit comments