Skip to content

Commit

Permalink
test timeouts
Browse files Browse the repository at this point in the history
  • Loading branch information
gavincabbage authored Sep 19, 2019
1 parent bb6dbdd commit ad6e3b4
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=120s ./...
run: go test -v -p 1 -tags=unit -covermode=atomic -timeout=30s ./...

integration:
name: Integration Tests
Expand Down Expand Up @@ -75,7 +75,7 @@ jobs:
- name: Install dependencies
run: go mod download
- name: Run integration tests
run: go test -p 1 -tags=integration -covermode=atomic -timeout=60s ./...
run: go test -p 1 -tags=integration -covermode=atomic -timeout=120s ./...
env:
AWS_ACCESS_KEY_ID: bogus
AWS_SECRET_KEY: bogus
Expand Down

0 comments on commit ad6e3b4

Please sign in to comment.