Skip to content

Commit

Permalink
chore: longer golang-ci timeout (cosmos#14432)
Browse files Browse the repository at this point in the history
  • Loading branch information
faddat authored Dec 27, 2022
1 parent 08361d5 commit c1580c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .golangci.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
run:
tests: true
# timeout for analysis, e.g. 30s, 5m, default is 1m
timeout: 5m
timeout: 10m
sort-results: true
allow-parallel-runners: true
exclude-dir: testutil/testdata_pulsar
concurrency: 4

linters:
disable-all: true
Expand Down

0 comments on commit c1580c9

Please sign in to comment.