mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-08 01:58:34 +08:00
Enlarge integration test timeout (#25283)
Signed-off-by: Congqi Xia <congqi.xia@zilliz.com>
This commit is contained in:
parent
4fdbc5af89
commit
549c4a0e1b
@ -130,6 +130,7 @@ class Json {
|
|||||||
return doc().at_pointer(pointer).error() == simdjson::SUCCESS;
|
return doc().at_pointer(pointer).error() == simdjson::SUCCESS;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// construct JSON pointer with provided path
|
||||||
static std::string
|
static std::string
|
||||||
pointer(std::vector<std::string> nested_path) {
|
pointer(std::vector<std::string> nested_path) {
|
||||||
std::for_each(
|
std::for_each(
|
||||||
|
|||||||
@ -34,7 +34,7 @@ fi
|
|||||||
|
|
||||||
for d in $(go list ./tests/integration/...); do
|
for d in $(go list ./tests/integration/...); do
|
||||||
echo "$d"
|
echo "$d"
|
||||||
go test -race ${APPLE_SILICON_FLAG} -v -coverpkg=./... -coverprofile=profile.out -covermode=atomic "$d"
|
go test -race ${APPLE_SILICON_FLAG} -v -coverpkg=./... -coverprofile=profile.out -covermode=atomic "$d" -timeout=20m
|
||||||
if [ -f profile.out ]; then
|
if [ -f profile.out ]; then
|
||||||
grep -v kafka profile.out | grep -v planparserv2/generated | grep -v mocks | sed '1d' >> ${FILE_COVERAGE_INFO}
|
grep -v kafka profile.out | grep -v planparserv2/generated | grep -v mocks | sed '1d' >> ${FILE_COVERAGE_INFO}
|
||||||
rm profile.out
|
rm profile.out
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user