diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c3f534d..3829bca 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -39,7 +39,7 @@ jobs: ./quickstart.sh standalone & - name: Wait for local chain setup - run: sleep 15 + run: sleep 30 - name: Run integration tests run: go test -tags=integration ./...