From 5ef59c4fb0efe1b1fccd5dc9cee8e979f58d5605 Mon Sep 17 00:00:00 2001 From: Giems <109511301+Giems@users.noreply.github.com> Date: Fri, 6 Dec 2024 12:25:02 +0100 Subject: [PATCH] test bigger sleep --- .github/workflows/connect-test-local.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/connect-test-local.yml b/.github/workflows/connect-test-local.yml index decdccce..0669cab0 100644 --- a/.github/workflows/connect-test-local.yml +++ b/.github/workflows/connect-test-local.yml @@ -85,7 +85,7 @@ jobs: run: | cargo test-integration cargo run --bin nightly-connect-server & - sleep 5 + sleep 50 - name: test base local run: | pnpm test:ci