From b5169e75fb179da166538edd78b3591c66519448 Mon Sep 17 00:00:00 2001 From: Abdul Rabbani Date: Fri, 10 Jun 2022 09:17:42 -0400 Subject: [PATCH] Add a sleep before running the test --- .github/workflows/system-tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/system-tests.yml b/.github/workflows/system-tests.yml index 0739fdd..c1be739 100644 --- a/.github/workflows/system-tests.yml +++ b/.github/workflows/system-tests.yml @@ -81,6 +81,7 @@ jobs: - name: Run the tests using Make run: | + sleep 20 cd ipld-eth-beacon-indexer make system-test-ci