diff --git a/.github/workflows/verify-pr-commit.yml b/.github/workflows/verify-pr-commit.yml index b8eb0f9fb1..f83f681186 100644 --- a/.github/workflows/verify-pr-commit.yml +++ b/.github/workflows/verify-pr-commit.yml @@ -374,6 +374,8 @@ jobs: - name: Build Deterministic WASM if: steps.cache-wasm.outputs.cache-hit != 'true' run: | + git config --global http.lowSpeedLimit 0 + git config --global http.lowSpeedTime 100000 RUST_LOG=debug SRTOOL_TAG="1.70.0" srtool build \ --build-opts="'--features on-chain-release-build,no-metadata-docs,${{matrix.features}}'" \ --profile=${{matrix.build-profile}} \