From f646b6fae87ee884eb2f738677dc5596e99d432f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=81=8F=E5=8F=B3?= Date: Wed, 20 May 2020 23:41:17 +0800 Subject: [PATCH] Update lighthouse-ci.yml --- .github/workflows/lighthouse-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lighthouse-ci.yml b/.github/workflows/lighthouse-ci.yml index 388400fc4dcd..9e885b7379f9 100644 --- a/.github/workflows/lighthouse-ci.yml +++ b/.github/workflows/lighthouse-ci.yml @@ -14,7 +14,7 @@ jobs: accessToken: ${{ secrets.GITHUB_TOKEN }} outputDirectory: /tmp/artifacts emulatedFormFactor: desktop - timeout: 600 + timeout: 1200 urls: 'https://preview-${{ github.event.pull_request.number }}-ant-design.surge.sh,https://preview-${{ github.event.pull_request.number }}-ant-design.surge.sh/components/button' - name: Upload artifacts uses: actions/upload-artifact@master