set timeout limit for e2e tests (#10756)

This commit is contained in:
Tiago Góes 2021-07-26 17:00:00 -03:00 committed by GitHub
parent 57fa2c03f7
commit cfa5d1b11d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,6 +7,7 @@ jobs:
e2e-test:
if: contains(github.event.pull_request.labels.*.name, 'qe:e2e')
runs-on: ubuntu-latest
timeout-minutes: 40
permissions:
packages: write
contents: read