Skip to content

Commit fbe16e6

Browse files
fix: increase timeout for tests (#663)
1 parent ca4dd57 commit fbe16e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ OVERRIDE_GOCI_LINT_V := v1.60.2
3131
PACT_V := 2.4.2
3232

3333
NOCACHE := "-count=1"
34-
TIMEOUT := "-timeout=15m"
34+
TIMEOUT := "-timeout=45m"
3535

3636

3737
## tools: Install required tooling.

0 commit comments

Comments
 (0)