Skip to content

Commit 5a4dd96

Browse files
committed
Merge branch 'master' into workspace
2 parents 548de5c + ae80106 commit 5a4dd96

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,13 +102,13 @@ go build
102102
In order to run the tests, type:
103103

104104
```
105-
go test -v ./builder/test/...
105+
go test -timeout 60m -v ./builder/test/...
106106
```
107107

108108
In jenkins, use
109109

110110
```
111-
go test -v ./builder/test/... | bin/go-junit-report > report.xml
111+
go test -timeout 60m -v ./builder/test/... | bin/go-junit-report > report.xml
112112
```
113113

114114
### License and Copyright

0 commit comments

Comments
 (0)