diff --git a/.github/workflows/reproducible.yaml b/.github/workflows/reproducible.yaml index e2eb275645f..95676a122f8 100644 --- a/.github/workflows/reproducible.yaml +++ b/.github/workflows/reproducible.yaml @@ -34,7 +34,15 @@ jobs: echo "/usr/local/bin" >> $GITHUB_PATH echo "$(brew --prefix)/opt/gnu-sed/libexec/gnubin" >> $GITHUB_PATH fi - - uses: docker-practice/actions-setup-docker@master + - name: Install Docker + # This uses a fork from + # https://github.com/docker-practice/actions-setup-docker The difference + # is that this waits up to 10 minutes for docker to start instead of + # just 3. The reason for this fork is that the original developer has + # not responded for almost a year while people have reported related + # issues and even made a pull request. + # uses: dfinity/actions-setup-docker@wait-longer-for-docker-to-start-up + uses: dfinity/actions-setup-docker@master timeout-minutes: 12 - name: Checkout uses: actions/checkout@v4 diff --git a/CHANGELOG-Nns-Dapp-unreleased.md b/CHANGELOG-Nns-Dapp-unreleased.md index d7b0a6d2150..d710cf54afd 100644 --- a/CHANGELOG-Nns-Dapp-unreleased.md +++ b/CHANGELOG-Nns-Dapp-unreleased.md @@ -56,6 +56,7 @@ proposal is successful, the changes it released will be moved from this file to * Fixed the formatting command in the `update-aggregator-response` GitHub workflow. * Disambiguated the title of the docker reproducibility check. * Change the number of accounts tested in `test-upgrade-map-stable` from 1000 to 20. +* Increased timeout for starting up docker from 3 min to 10 min in `reproducible` workflow. #### Deprecated