added timeout for MySQL client integration tests

This commit is contained in:
Andy Arthur
2022-03-17 11:49:37 -07:00
parent 84bcd6774d
commit 46c3344cf7
@@ -9,6 +9,7 @@ on:
jobs:
mysql_client_integrations_job:
runs-on: ubuntu-18.04
timeout-minutes: 30
name: Run tests
steps:
- name: Checkout