From 95022cffaccdab318333061c5ac3a538f15ef177 Mon Sep 17 00:00:00 2001 From: Dzmitry Hil Date: Mon, 6 Jun 2022 16:02:31 +0300 Subject: [PATCH] Set eth_to_cosmos correct time to wait --- orchestrator/gbt/src/client/eth_to_cosmos.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/orchestrator/gbt/src/client/eth_to_cosmos.rs b/orchestrator/gbt/src/client/eth_to_cosmos.rs index 41f0762bb..a0ba99a0f 100644 --- a/orchestrator/gbt/src/client/eth_to_cosmos.rs +++ b/orchestrator/gbt/src/client/eth_to_cosmos.rs @@ -76,7 +76,7 @@ pub async fn eth_to_cosmos(args: EthToCosmosOpts, prefix: String) -> Result<(), } } info!( - "Your tokens should show up in the account {} on Gravity Bridge within 5 minutes", + "Your tokens should show up in the account {} on Gravity Bridge within 10 minutes", cosmos_dest ); Ok(())