Increase CI lint timeout
This commit is contained in:
@@ -76,7 +76,7 @@ jobs:
|
||||
set -euo pipefail
|
||||
state_dir="$(mktemp -d)"
|
||||
trap 'rm -rf -- "$state_dir"' EXIT
|
||||
KEEPASSGO_STATE_DIR="$state_dir" go tool golangci-lint run --concurrency=1 --build-tags nox11,nowayland,novulkan ./...
|
||||
KEEPASSGO_STATE_DIR="$state_dir" go tool golangci-lint run --timeout=10m --concurrency=1 --build-tags nox11,nowayland,novulkan ./...
|
||||
|
||||
- name: Test
|
||||
shell: bash
|
||||
|
||||
Reference in New Issue
Block a user