Skip to content

Commit

Permalink
Merge pull request nervosnetwork#4416 from eval-exec/exec/ci/remove-C…
Browse files Browse the repository at this point in the history
…KB_TEST_SEC_COEFFICIENT-on-windows-ci

Remove `CKB_TEST_SEC_COEFFICIENT` on windows ci integration
  • Loading branch information
zhangsoledad authored Apr 19, 2024
2 parents f776c62 + 0c55062 commit 5424e06
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 5424e06

Please sign in to comment.