Skip to content

Commit 767440c

Browse files
committed
wip
1 parent 5b5db77 commit 767440c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
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'

ci/test/06_script_b.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
7272
fi
7373

0 commit comments

Comments
 (0)