Skip to content

Commit

Permalink
Remove CKB_TEST_SEC_COEFFICIENT on windows ci integration
Browse files Browse the repository at this point in the history
  • Loading branch information
eval-exec committed Apr 10, 2024
1 parent 1ff3ac8 commit 0c55062
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devtools/ci/ci_main.sh
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ case $GITHUB_WORKFLOW in
if [[ $github_workflow_os == 'macos' ]]; then
export CKB_FEATURES="deadlock_detection,with_sentry,portable"
fi
make CKB_TEST_SEC_COEFFICIENT=5 CKB_TEST_ARGS="-c 4 --no-report --max-time 7200 " integration
make CKB_TEST_ARGS="-c 4 --no-report --max-time 7200 " integration
;;
ci_quick_checks*)
echo "ci_quick_check"
Expand Down

0 comments on commit 0c55062

Please sign in to comment.