diff --git a/localnet/run_sale.py b/localnet/run_sale.py index 1f971f92..85182a1d 100644 --- a/localnet/run_sale.py +++ b/localnet/run_sale.py @@ -55,7 +55,7 @@ def set_sale_json(selling_denom, selling_amount, paying_denom, price, start_time # Wait withdrawal delay print("waiting for withdrawal delay...") - time.sleep(5) + time.sleep(15) cmd('networkd tx participation withdraw-allocations 0 --from bob --chain-id spn-1 --keyring-backend test -y') time.sleep(2) diff --git a/localnet/spn/genesis_template.json b/localnet/spn/genesis_template.json index f20e35d6..e45f30a9 100644 --- a/localnet/spn/genesis_template.json +++ b/localnet/spn/genesis_template.json @@ -445,7 +445,7 @@ } ], "registration_period": "604800s", - "withdrawal_delay": "1209600s" + "withdrawal_delay": "25s" }, "used_allocations_list": [] }, diff --git a/localnet/testnet/genesis_template.json b/localnet/testnet/genesis_template.json index 7efc893b..b8957639 100644 --- a/localnet/testnet/genesis_template.json +++ b/localnet/testnet/genesis_template.json @@ -441,7 +441,7 @@ } ], "registration_period": "604800s", - "withdrawal_delay": "1209600s" + "withdrawal_delay": "25s" }, "used_allocations_list": [] },