From 0c5506233d2974889f5792d0df467314e2e459f3 Mon Sep 17 00:00:00 2001 From: Eval EXEC <execvy@gmail.com> Date: Wed, 10 Apr 2024 13:35:22 +0800 Subject: [PATCH] Remove `CKB_TEST_SEC_COEFFICIENT` on windows ci integration --- devtools/ci/ci_main.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devtools/ci/ci_main.sh b/devtools/ci/ci_main.sh index 7f990c1e15..f3ff03a86b 100755 --- a/devtools/ci/ci_main.sh +++ b/devtools/ci/ci_main.sh @@ -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"