Skip to content

Commit

Permalink
Added larger timeout on the command line for test (readme)
Browse files Browse the repository at this point in the history
Fix #110

Signed-off-by: Cristian Maglie <[email protected]>
  • Loading branch information
cmaglie committed Feb 8, 2016
1 parent 7c83c05 commit ae80106
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,12 +77,12 @@ go build
In order to run the tests, type:

```
go test -v ./src/arduino.cc/builder/test/...
go test -timeout 60m -v ./src/arduino.cc/builder/test/...
```

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

### License and Copyright
Expand Down

0 comments on commit ae80106

Please sign in to comment.