Skip to content

Commit

Permalink
integration test timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
gavincabbage committed Sep 19, 2019
1 parent e0ecce0 commit bb6dbdd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
MARIADB_URL: root:password@tcp(localhost:${{ job.services.mariadb.ports['33066'] }})/testdb?charset=utf8&parseTime=True&loc=Local

0 comments on commit bb6dbdd

Please sign in to comment.