Skip to content

Commit

Permalink
aws test timeout=15min
Browse files Browse the repository at this point in the history
  • Loading branch information
tomtwinkle committed Jul 25, 2023
1 parent 74b7653 commit 381d85c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test-aws.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
go-version: [ 1.20.x ]
os: [ ubuntu-latest ]
runs-on: ${{ matrix.os }}
timeout-minutes: 10
timeout-minutes: 15
steps:
- name: Install Go
uses: actions/setup-go@v4
Expand All @@ -45,7 +45,6 @@ jobs:
- name: Test
working-directory: ${{ env.testdir }}
timeout-minutes: 6
run: |
# shellcheck disable=SC2046
gotestsum --junitfile unit-tests.xml -- -p 4 -v ./... -race -coverprofile="coverage.txt" -covermode=atomic -coverpkg=./...
Expand Down

0 comments on commit 381d85c

Please sign in to comment.