Skip to content

Commit

Permalink
testing: increase timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
peterjan committed Dec 11, 2023
1 parent d4fbe45 commit dc34f0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
uses: n8maninger/action-golang-test@v1
with:
package: "./internal/testing/..."
args: "-race;-tags=testing;-timeout=30m;-run=^TestUploadDownloadSpending$;-count=100"
args: "-race;-tags=testing;-timeout=120m;-run=^TestUploadDownloadSpending$;-count=100"
# - name: Test Integration - MySQL
# if: matrix.os == 'ubuntu-latest'
# uses: n8maninger/action-golang-test@v1
Expand Down

0 comments on commit dc34f0a

Please sign in to comment.