From 22896a9e63dd86d7989a440d8e28a37908b44d40 Mon Sep 17 00:00:00 2001 From: Aleh Zasypkin Date: Sat, 25 Jan 2025 03:12:18 +0200 Subject: [PATCH] fix(ci): introduce GitHub Actions run-time limits for API test step: 6m --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 15ca894..e8ffe1e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -59,6 +59,7 @@ jobs: cargo sqlx prepare --check - name: Test (default features) + timeout-minutes: 6 run: cargo test - name: Build (default features)