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 68b2bd5 commit de87ca1Copy full SHA for de87ca1
arduino/cli/commander.go
@@ -23,7 +23,6 @@ import (
23
"fmt"
24
"os"
25
"path/filepath"
26
- "time"
27
28
"github.com/arduino/arduino-cli/cli/instance"
29
"github.com/arduino/arduino-cli/commands/board"
@@ -72,7 +71,6 @@ func NewCommander() (arduino.Commander, error) {
72
71
func (c *commander) BoardList() ([]*rpc.DetectedPort, error) {
73
req := &rpc.BoardListRequest{
74
Instance: c.Instance,
75
- Timeout: time.Second.Milliseconds(),
76
}
77
ports, err := board.List(req)
78
if err != nil {
0 commit comments