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 2db6b3f commit 5982621Copy full SHA for 5982621
components/gitpod-cli/cmd/ports-list.go
@@ -22,7 +22,7 @@ var listPortsCmd = &cobra.Command{
22
Use: "list",
23
Short: "Lists the workspace ports and their states.",
24
RunE: func(cmd *cobra.Command, args []string) error {
25
- ctx, cancel := context.WithTimeout(cmd.Context(), 5*time.Second)
+ ctx, cancel := context.WithTimeout(cmd.Context(), 10*time.Second)
26
defer cancel()
27
28
client, err := supervisor.New(ctx)
0 commit comments