test: longer test timeout

This commit is contained in:
Xiang Li 2014-11-24 08:37:26 -08:00
parent bdbafe2cf3
commit 6c8e294d20

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)