mirror of
https://github.com/kemko/nomad.git
synced 2026-01-06 18:35:44 +03:00
tests: set timeout on test-ui (#17549)
This seems to finish in about 20 minutes, or run for 6+ hours until hitting a default timeout. Set a timeout to 30 minutes so we aren't wasting time and runners.
This commit is contained in:
1
.github/workflows/test-ui.yml
vendored
1
.github/workflows/test-ui.yml
vendored
@@ -38,6 +38,7 @@ on:
|
||||
jobs:
|
||||
test-ui:
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 30
|
||||
steps:
|
||||
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
|
||||
- name: yarn install
|
||||
|
||||
Reference in New Issue
Block a user