Skip to content

Commit 522dd37

Browse files
Increase the hardcoded timeout value of lint in the verify action (#49)
This value was increased to resolve cases where the lint timeout was exceeded Error example: <img width="1881" height="803" alt="image" src="https://github.com/user-attachments/assets/cb2810f1-00be-472d-9b2e-3293416cc0a0" />
2 parents ff7ed68 + eda6a65 commit 522dd37

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/verify.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
uses: golangci/golangci-lint-action@v8
4040
with:
4141
version: latest
42-
args: --timeout=3m
42+
args: --timeout=6m
4343
working-directory: _caller
4444
test:
4545
if: inputs.run_tests == true

0 commit comments

Comments
 (0)