Set timeout in all permission tests (#2369)
This commit is contained in:
committed by
GitHub
parent
e6a2364209
commit
189331f465
3
.github/workflows/jobs.yaml
vendored
3
.github/workflows/jobs.yaml
vendored
@@ -401,6 +401,7 @@ jobs:
|
||||
- vulnerable-dependencies-checks
|
||||
- semgrep-static-code-analysis
|
||||
runs-on: [ self-hosted, vm-docker, xvfb-run ]
|
||||
timeout-minutes: 10
|
||||
strategy:
|
||||
matrix:
|
||||
go-version: [ 1.18.x ]
|
||||
@@ -498,6 +499,7 @@ jobs:
|
||||
- vulnerable-dependencies-checks
|
||||
- semgrep-static-code-analysis
|
||||
runs-on: [ self-hosted, vm-docker, xvfb-run ]
|
||||
timeout-minutes: 10
|
||||
strategy:
|
||||
matrix:
|
||||
go-version: [ 1.18.x ]
|
||||
@@ -588,6 +590,7 @@ jobs:
|
||||
- vulnerable-dependencies-checks
|
||||
- semgrep-static-code-analysis
|
||||
runs-on: [ self-hosted, vm-docker, xvfb-run ]
|
||||
timeout-minutes: 10
|
||||
strategy:
|
||||
matrix:
|
||||
go-version: [ 1.18.x ]
|
||||
|
||||
Reference in New Issue
Block a user