From 02f530172969fb0d6f1c2a92687e5914105b9256 Mon Sep 17 00:00:00 2001 From: Roy Crihfield Date: Sun, 3 Sep 2023 16:52:36 +0800 Subject: [PATCH] wait before req --- .gitea/workflows/tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitea/workflows/tests.yml b/.gitea/workflows/tests.yml index cabdf88..384cc62 100644 --- a/.gitea/workflows/tests.yml +++ b/.gitea/workflows/tests.yml @@ -45,6 +45,7 @@ jobs: timeout-minutes: 30 run: | ./eth-statediff-service --config ./test/ci-config.toml serve & + sleep 10 # # Run a sanity test against the fixture data # # Complete integration tests are TODO