-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
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
Feature/verify client version #67
Feature/verify client version #67
Conversation
…e/verify-client-version
…e/verify-client-version
@@ -139,10 +139,10 @@ jobs: | |||
ASAN_OPTIONS: fast_unwind_on_malloc=1 | |||
run: | | |||
pushd build | |||
ctest -j $(($(nproc)/2+1)) --timeout 400 --output-on-failure | |||
ctest -j $(nproc) --timeout 10000 --output-on-failure |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why change the number of cores?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Speed up.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This may cause other PRs' actions to fail.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Never happen.
No description provided.