提交 f44fb24d 编写于 作者: zzuli_lyw's avatar zzuli_lyw

Title: Fix the timed out test case named of ActsToolChainTest

Description: Extending the time waiting for signal recieved in  by modifying the seconds from  to

Issue: https://gitee.com/openharmony/xts_acts/issues/I7B0P1

Test: run xts suite until the timeout is not returned in `trace_marker` test case
Signed-off-by: zzuli_lyw's avatarzzulilyw <378305181@qq.com>
上级 dffe1b26
...@@ -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.
先完成此消息的编辑!
想要评论请 注册