From c84ab22789a4b450e03c1d84a675e249a377f65e Mon Sep 17 00:00:00 2001 From: wmoai Date: Fri, 2 Jul 2021 11:13:53 +0900 Subject: [PATCH] chore: add timeout to e2e (#1712) --- .github/workflows/e2e.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index b03f712b54..71d3c308af 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -8,6 +8,7 @@ on: jobs: e2e-win-matrix: runs-on: windows-latest + timeout-minutes: 30 strategy: matrix: browser: [ie, chrome]