Set timeout in all permission tests (#2369)

This commit is contained in:
Cesar Celis Hernandez
2022-10-07 03:18:52 -04:00
committed by GitHub
parent e6a2364209
commit 189331f465

View File

@@ -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 ]