Skip to content

Commit e7bc2b1

Browse files
committed
Increases timout of shielded osmosis swap in test
1 parent 3c2cc0d commit e7bc2b1

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

crates/apps_lib/src/cli.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1912,7 +1912,6 @@ pub mod cmds {
19121912
}
19131913

19141914
fn def() -> App {
1915-
// FIXME: remove the cli shielded-sync command
19161915
App::new(Self::CMD)
19171916
.about(wrap!(
19181917
"Estimate the amount of MASP rewards for the \

crates/tests/src/e2e/ibc_tests.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4694,7 +4694,7 @@ fn osmosis_xcs() -> Result<()> {
46944694
"--gas-limit",
46954695
"500000",
46964696
],
4697-
Some(40),
4697+
Some(120),
46984698
)?;
46994699

47004700
// confirm trade

0 commit comments

Comments
 (0)