From d4e599233e73b971f262879b37553ab6d7ae0d1b Mon Sep 17 00:00:00 2001 From: Deluan Date: Sun, 2 Aug 2020 14:53:47 -0400 Subject: [PATCH] Increase timeout of lint job in pipeline --- .github/workflows/pipeline.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index db1be721d..f983dd352 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -19,6 +19,7 @@ jobs: with: version: v1.27 github-token: ${{ secrets.GITHUB_TOKEN }} + args: --timeout 2m go: name: Test Server on ${{ matrix.os }}