From bb6dbdd028ee2fb4c47d9eade29ec6c3e43c0e53 Mon Sep 17 00:00:00 2001 From: Gavin Cabbage Date: Thu, 19 Sep 2019 07:38:40 -0400 Subject: [PATCH] integration test timeout --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index eb7066b..7591493 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -36,7 +36,7 @@ jobs: - name: Install dependencies run: go mod download - name: Run unit tests - run: go test -v -p 1 -tags=unit -covermode=atomic -timeout=60s ./... + run: go test -v -p 1 -tags=unit -covermode=atomic -timeout=120s ./... integration: name: Integration Tests @@ -82,4 +82,4 @@ jobs: AWS_REGION: us-east-1 AWS_ENDPOINT: http://localhost:${{ job.services.s3.ports['4572'] }} POSTGRES_URL: postgres://postgres:password@localhost:${{ job.services.postgres.ports['5432'] }}/testdb?sslmode=disable - MARIADB_URL: root:password@tcp(localhost:${{ job.services.mariadb.ports['33066'] }})/testdb?charset=utf8&parseTime=True&loc=Local \ No newline at end of file + MARIADB_URL: root:password@tcp(localhost:${{ job.services.mariadb.ports['33066'] }})/testdb?charset=utf8&parseTime=True&loc=Local