Skip to content

Commit

Permalink
Adding sleep to get servers up before testing
Browse files Browse the repository at this point in the history
  • Loading branch information
kellrott committed Dec 23, 2020
1 parent 03db04f commit 862f7f4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 862f7f4

Please sign in to comment.