summaryrefslogtreecommitdiff
path: root/.github/workflows/tests.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/tests.yml')
-rw-r--r--.github/workflows/tests.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml
index 31e9f69ad1..d57d9354a6 100644
--- a/.github/workflows/tests.yml
+++ b/.github/workflows/tests.yml
@@ -25,6 +25,7 @@ jobs:
python-version:
- '3.11'
name: Windows, SQLite, Python ${{ matrix.python-version }}
+ timeout-minutes: 60
steps:
- name: Checkout
uses: actions/checkout@v4
@@ -45,6 +46,7 @@ jobs:
javascript-tests:
runs-on: ubuntu-latest
name: JavaScript tests
+ timeout-minutes: 60
steps:
- name: Checkout
uses: actions/checkout@v4