diff --git a/components/gitpod-cli/cmd/ports-list.go b/components/gitpod-cli/cmd/ports-list.go index ae24b4b5480bb6..c9f174500b9916 100644 --- a/components/gitpod-cli/cmd/ports-list.go +++ b/components/gitpod-cli/cmd/ports-list.go @@ -22,7 +22,7 @@ var listPortsCmd = &cobra.Command{ Use: "list", Short: "Lists the workspace ports and their states.", RunE: func(cmd *cobra.Command, args []string) error { - ctx, cancel := context.WithTimeout(cmd.Context(), 5*time.Second) + ctx, cancel := context.WithTimeout(cmd.Context(), 10*time.Second) defer cancel() client, err := supervisor.New(ctx)