mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
test: extend integration timeout to 10m
We test with `-cpu 1,2,4` now, and it takes longer time.
This commit is contained in:
parent
ea3c7d1d31
commit
768cb437bc
2
test
2
test
@ -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..."
|
||||
|
Loading…
x
Reference in New Issue
Block a user