Skip to content

Commit

Permalink
fix: increase timeout for tests (#663)
Browse files Browse the repository at this point in the history
  • Loading branch information
bastiandoetsch authored Sep 13, 2024
1 parent ca4dd57 commit fbe16e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ OVERRIDE_GOCI_LINT_V := v1.60.2
PACT_V := 2.4.2

NOCACHE := "-count=1"
TIMEOUT := "-timeout=15m"
TIMEOUT := "-timeout=45m"


## tools: Install required tooling.
Expand Down

0 comments on commit fbe16e6

Please sign in to comment.