From fcb34ef53c3b5650efe367da1eecb4311a23dcb0 Mon Sep 17 00:00:00 2001 From: Ximon Eighteen <3304436+ximon18@users.noreply.github.com> Date: Tue, 20 Apr 2021 01:02:57 +0200 Subject: [PATCH] Increase the coverage workflow timeout. --- .github/workflows/coverage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index ad268805..d88eee5c 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -31,7 +31,7 @@ jobs: # use a long timeout with tarpaulin as UI tests have to docker pull the # cypress.io image which can cause a test timeout with the default tarpaulin # timeout of 1 minute. - - run: cargo tarpaulin --verbose --out Html --timeout 600 ${{ matrix.args }} + - run: cargo tarpaulin --verbose --out Html --timeout 900 ${{ matrix.args }} - name: Archive code coverage results uses: actions/upload-artifact@v2 with: