File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 7676 # No need to run on the read-only mirror, unless it is a PR.
7777 if : github.repository != 'bitcoin-core/gui' || github.event_name == 'pull_request'
7878
79- timeout-minutes : 120
79+ # timeout-minutes: 120 # ELEMENTS
8080
8181 env :
8282 FILE_ENV : ' ./ci/test/00_setup_env_mac_native.sh'
Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ elif [ "$RUN_UNIT_TESTS" = "true" ] || [ "$RUN_UNIT_TESTS_SEQUENTIAL" = "true" ]
6767 export DIR_UNIT_TEST_DATA=${DIR_QA_ASSETS} /unit_test_data/
6868 if [ ! -d " $DIR_UNIT_TEST_DATA " ]; then
6969 mkdir -p " $DIR_UNIT_TEST_DATA "
70- ${CI_RETRY_EXE} curl --location --fail https://github.com/ElementsProject/qa-assets/raw/main /unit_test_data/script_assets_test.json -o " ${DIR_UNIT_TEST_DATA} /script_assets_test.json"
70+ ${CI_RETRY_EXE} curl --location --fail https://github.com/ElementsProject/qa-assets/raw/master /unit_test_data/script_assets_test.json -o " ${DIR_UNIT_TEST_DATA} /script_assets_test.json"
7171 fi
7272fi
7373
You can’t perform that action at this time.
0 commit comments