test: longer test timeout

release-2.0
Xiang Li 2014-11-24 08:37:26 -08:00
parent bdbafe2cf3
commit 6c8e294d20
1 changed files with 1 additions and 1 deletions

2
test
View File

@ -39,7 +39,7 @@ split=(${TEST// / })
TEST=${split[@]/#/${REPO_PATH}/}
echo "Running tests..."
go test -timeout 20s ${COVER} $@ ${TEST} --race
go test -timeout 60s ${COVER} $@ ${TEST} --race
echo "Checking gofmt..."
fmtRes=$(gofmt -l $FMT)