From fc13e23247b23f47b07983e87b05f50662158f55 Mon Sep 17 00:00:00 2001 From: Marwan Zouinkhi Date: Thu, 18 Apr 2024 11:08:03 -0400 Subject: [PATCH] Update tests.yaml - timeout --- .github/workflows/tests.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 85cac6af6..97bf3c0d0 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -21,6 +21,7 @@ jobs: # platform: [ubuntu-latest, windows-latest, macos-latest] platform: [ubuntu-latest] python-version: ['3.10', '3.11'] + timeout-minutes: 20 steps: - uses: actions/checkout@v3