CI: add a 30-min timeout for BrowserStack (#32238)

This commit is contained in:
XhmikosR 2020-12-10 11:52:22 +02:00 committed by GitHub
parent 4341c34261
commit c34385eb01
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,6 +12,7 @@ jobs:
browserstack:
runs-on: ubuntu-latest
if: github.repository == 'twbs/bootstrap' && (!contains(github.event.commits[0].message, '[ci skip]') && !contains(github.event.commits[0].message, '[skip ci]'))
timeout-minutes: 30
steps:
- name: Clone repository