From 267eb96f98f3a0338585d959724c81278c15efd0 Mon Sep 17 00:00:00 2001 From: sihamon Date: Sun, 12 Nov 2023 20:55:16 +0100 Subject: [PATCH] Add timeout after starting mint --- .github/workflows/separate_tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/separate_tests.yml b/.github/workflows/separate_tests.yml index b642a5ae..5a240579 100644 --- a/.github/workflows/separate_tests.yml +++ b/.github/workflows/separate_tests.yml @@ -73,6 +73,7 @@ jobs: run: | cd mint poetry run mint & + sleep 20s cd ../wallet poetry run pytest tests/wallet --cov-report xml --cov cashu poetry run pytest tests/common --cov-report xml --cov cashu