Try not to crash the box with failing tests

This commit is contained in:
Jakob Borg
2014-08-30 09:55:01 +02:00
committed by Audrius Butkevicius
parent 7c604beb73
commit c2daedbd11
2 changed files with 9 additions and 1 deletions

View File

@@ -163,7 +163,7 @@ func setup() {
}
func test(pkg string) {
runPrint("godep", "go", "test", pkg)
runPrint("godep", "go", "test", "-short", "-timeout", "10s", pkg)
}
func install(pkg string) {