Merge pull request #2972 from yichengq/test-longer

test: extend integration timeout to 10m
release-2.1
Xiang Li 2015-06-12 13:42:54 -07:00
commit b98aa3a9e0
1 changed files with 1 additions and 1 deletions

2
test
View File

@ -50,7 +50,7 @@ go test -timeout 3m ${COVER} $@ ${NO_RACE_TEST} -cpu 1,2,4
if [ -n "$INTEGRATION" ]; then
echo "Running integration tests..."
go test -timeout 3m $@ ${REPO_PATH}/integration -v -cpu 1,2,4
go test -timeout 10m $@ ${REPO_PATH}/integration -v -cpu 1,2,4
fi
echo "Checking gofmt..."