From 0b6994c2c9af438412c2e850ba14654cb97feae1 Mon Sep 17 00:00:00 2001 From: Wang Guan Date: Mon, 23 Sep 2024 01:24:17 +0900 Subject: [PATCH] ci: set longer test timeout --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3d9e95fe1..97f3a80d9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -43,4 +43,4 @@ jobs: run: | venv/bin/pytest test if: always() - timeout-minutes: 2 + timeout-minutes: 5