diff --git a/.github/workflows/ci-test.yaml b/.github/workflows/ci-test.yaml index 26d87db..8b87bfd 100644 --- a/.github/workflows/ci-test.yaml +++ b/.github/workflows/ci-test.yaml @@ -71,7 +71,7 @@ jobs: OASIS_DEPOSIT: /oasis-deposit -test-mnemonic -n 5 options: >- --rm - --health-cmd="/oasis-node debug control wait-ready -a unix:/serverdir/node/net-runner/network/client-0/internal.sock" + --health-cmd="sleep 60" --health-start-period=180s steps: - name: Checkout code