From c719dc72a50cd60b169100bd6fbac72f850399f7 Mon Sep 17 00:00:00 2001 From: Kenedy Ribeiro Date: Tue, 17 Oct 2023 14:07:10 -0300 Subject: [PATCH] CU-86a10fx0m - Implement Wcsdk's calculateFee --- .circleci/config.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index df6c017a2..c952d4d91 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -27,7 +27,7 @@ jobs: - run: apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 4EB27DB2A3B88B8B - run: apt-get -y update - run: yarn config delete proxy - - run: yarn install --ignore-engines --frozen-lockfile --network-timeout 1000000 --network-concurrency 1 + - run: yarn install --ignore-engines --frozen-lockfile --network-timeout 1500000 --network-concurrency 1 - run: yarn lint - run: yarn flow - run: yarn assets @@ -48,7 +48,7 @@ jobs: - run: apt-get -y install libusb-1.0-0-dev icnsutils graphicsmagick libudev-dev - run: apt-get -y install libxtst6 libxss1 libgtk2.0-0 libnss3 libasound2 libgconf-2-4 - run: yarn config delete proxy - - run: yarn install --ignore-engines --frozen-lockfile --network-timeout 1000000 --network-concurrency 1 + - run: yarn install --ignore-engines --frozen-lockfile --network-timeout 1500000 --network-concurrency 1 - run: yarn release - store_artifacts: path: dist @@ -59,7 +59,7 @@ jobs: xcode: "14.0.0" steps: - checkout - - run: yarn install --ignore-engines --frozen-lockfile --network-timeout 1000000 --network-concurrency 1 + - run: yarn install --ignore-engines --frozen-lockfile --network-timeout 1500000 --network-concurrency 1 - run: npm --build-from-source install node-pre-gyp --force - run: yarn release:mac - store_artifacts: @@ -75,7 +75,7 @@ jobs: - run: npm install --global --production windows-build-tools --vs2015 - run: npm config set msvs_version 2015 -g - run: choco install windows-sdk-8.1 - - run: yarn install --ignore-engines --frozen-lockfile --network-timeout 1000000 --network-concurrency 1 + - run: yarn install --ignore-engines --frozen-lockfile --network-timeout 1500000 --network-concurrency 1 - run: yarn release - store_artifacts: path: dist