diff options
author | Tiago Góes <tiago.goes2009@gmail.com> | 2021-07-26 22:00:00 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-26 22:00:00 +0200 |
commit | cfa5d1b11dc85cafeca754c9c25eee578bfb6ef8 (patch) | |
tree | 08bcb5e74cc66a226068d50583ea01935a5a1986 /.github/workflows | |
parent | Merge pull request #10753 from ansible/jakemcdermott-patch-readme (diff) | |
download | awx-cfa5d1b11dc85cafeca754c9c25eee578bfb6ef8.tar.xz awx-cfa5d1b11dc85cafeca754c9c25eee578bfb6ef8.zip |
set timeout limit for e2e tests (#10756)
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/e2e_test.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/e2e_test.yml b/.github/workflows/e2e_test.yml index 1376a2cec2..dbf08d32cc 100644 --- a/.github/workflows/e2e_test.yml +++ b/.github/workflows/e2e_test.yml @@ -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 |