From ac02f86a1753d097ab9af58a7adf2fc087c637d9 Mon Sep 17 00:00:00 2001 From: Itay Levy Date: Sun, 20 Aug 2023 13:09:31 +0300 Subject: [PATCH] sleeps a bit before funding the addresses --- .github/workflows/e2e.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index c08fd475..7a17afd4 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -52,6 +52,7 @@ jobs: echo "HUB_SEQ_ADDR=$HUB_SEQ_ADDR" >> $GITHUB_ENV RELAYER_ROLLAPP_ADDR=$(go run . keys list --output json | jq -r '."relayer-hub-key"') /usr/local/bin/dymd tx bank multi-send local-user $HUB_SEQ_ADDR $RELAYER_ROLLAPP_ADDR 1udym --yes -b block --keyring-backend test --home $ROLLER_CONFIG_PATH/local-hub --node http://127.0.0.1:36657 + sleep 10 - name: Register the rollapp