From 862f7f43da2bd658407f04efba5038d779fd405d Mon Sep 17 00:00:00 2001 From: Kyle Ellrott Date: Tue, 22 Dec 2020 18:36:48 -0800 Subject: [PATCH] Adding sleep to get servers up before testing --- .github/workflows/tests.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 3a58d924..91a05c77 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -107,6 +107,7 @@ jobs: run: | chmod +x grip make start-elastic + sleep 15 ./grip server --rpc-port 18202 --http-port 18201 --config ./test/elastic.yml & sleep 5 make test-conformance @@ -128,6 +129,7 @@ jobs: run: | chmod +x grip make start-postgres + sleep 15 ./grip server --rpc-port 18202 --http-port 18201 --config ./test/pqsl.yml & sleep 5 python conformance/run_conformance.py http://localhost:18201 --exclude index aggregations