未验证 提交 32d51e42 编写于 作者: O openharmony_ci 提交者: Gitee

!9617 (cherry-pick to Beta2)Fix xts_acts ActsToolChainTest test case time out

Merge pull request !9617 from zzulilyw/OpenHarmony-4.0-Beta2
...@@ -62,7 +62,7 @@ static int Start(const char *argvs) ...@@ -62,7 +62,7 @@ static int Start(const char *argvs)
static int RunTests(const char *argvs) static int RunTests(const char *argvs)
{ {
int timeoutsec = 5, timeout = 0; int timeoutsec = 10, timeout = 0;
int status, pid; int status, pid;
sigset_t set; sigset_t set;
void (*retfunc)(int); void (*retfunc)(int);
...@@ -137,4 +137,4 @@ HWTEST_P(Toolchaintest, LibcTest, Function | MediumTest | Level3) ...@@ -137,4 +137,4 @@ HWTEST_P(Toolchaintest, LibcTest, Function | MediumTest | Level3)
} }
} }
INSTANTIATE_TEST_SUITE_P(libcTest, Toolchaintest, testing::ValuesIn(temp.begin(), temp.end())); INSTANTIATE_TEST_SUITE_P(libcTest, Toolchaintest, testing::ValuesIn(temp.begin(), temp.end()));
} // namespace OHOS } // namespace OHOS
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册