We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
对于一些超时的单测,xmake test 可能卡死
支持设置超时时间
No response
The text was updated successfully, but these errors were encountered:
Bot detected the issue body's language is not English, translate it automatically.
Title: xmake test supports configuring the timeout period
For some single tests that time out, xmake test may freeze.
Support setting timeout time
Sorry, something went wrong.
test process timeout #4544
060626e
xmake test
#4545
target("test_timeout") set_kind("binary") set_default(false) add_files("src/run_timeout.cpp") add_tests("run_timeout", {run_timeout = 1000})
$ xmake test [100%]: test_timeout/run_timeout .................................... failed 1.006s run failed, exit code: -1, exit error: wait process timeout
test process timeout xmake-io#4544
9642ef6
No branches or pull requests
你在什么场景下需要该功能?
对于一些超时的单测,xmake test 可能卡死
描述可能的解决方案
支持设置超时时间
描述你认为的候选方案
No response
其他信息
No response
The text was updated successfully, but these errors were encountered: