Skip to content

Commit ae80106

Browse files
committed
Added larger timeout on the command line for test (readme)
Fix #110 Signed-off-by: Cristian Maglie <[email protected]>
1 parent 7c83c05 commit ae80106

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -77,12 +77,12 @@ go build
7777
In order to run the tests, type:
7878

7979
```
80-
go test -v ./src/arduino.cc/builder/test/...
80+
go test -timeout 60m -v ./src/arduino.cc/builder/test/...
8181
```
8282

8383
In jenkins, use
8484
```
85-
go test -v ./src/arduino.cc/builder/test/... | bin/go-junit-report > report.xml
85+
go test -timeout 60m -v ./src/arduino.cc/builder/test/... | bin/go-junit-report > report.xml
8686
```
8787

8888
### License and Copyright

0 commit comments

Comments
 (0)