Skip to content

Commit 4295712

Browse files
danpawlikpraveenkumar
authored andcommitted
Increase golang CI timeout
The golangci-lint passes rary in Github workflows in 15 minutes. Increase it to 25 just to make sure that it would pass. Signed-off-by: Daniel Pawlik <[email protected]>
1 parent c92f180 commit 4295712

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.golangci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
run:
2-
timeout: 15m
2+
timeout: 25m
33

44
linters:
55
enable:

0 commit comments

Comments
 (0)