From c6d5e19010e7281042ec69476b04d29a6aae686b Mon Sep 17 00:00:00 2001 From: Jakub Onderka Date: Tue, 9 Jan 2024 12:20:29 +0100 Subject: [PATCH] chg: [test] Reduce time for waiting until server is ready --- .github/workflows/python-package.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python-package.yml b/.github/workflows/python-package.yml index a414fc84..63e1a564 100644 --- a/.github/workflows/python-package.yml +++ b/.github/workflows/python-package.yml @@ -41,7 +41,7 @@ jobs: - name: Run server in background run: | misp-modules -l 127.0.0.1 -s 2>error.log & - sleep 5 + sleep 3 - name: Check if server is running run: | curl -sS localhost:6666/healthcheck