diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9c08ce9..9ae673d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -62,7 +62,7 @@ jobs: run: npm run build # ensure BCDB node is up and running - - run: sleep 10 + - run: sleep 20 - name: Test run: npm run test