Skip to content

Commit

Permalink
Merge branch 'yuji/fix-e2e-pgf-ibc' (#2398)
Browse files Browse the repository at this point in the history
* origin/yuji/fix-e2e-pgf-ibc:
  add change log
  add wait before balance check
  • Loading branch information
tzemanovic committed Jan 16, 2024
2 parents 50911fe + 7a031cc commit bdac53c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .changelog/unreleased/testing/2398-fix-e2e-pgf-ibc.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- Fix E2E test for PGF over IBC by waiting before checking the balance
([\#2398](https://github.com/anoma/namada/issues/2398))
1 change: 1 addition & 0 deletions crates/tests/src/e2e/ibc_tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -350,6 +350,7 @@ fn pgf_over_ibc_with_hermes() -> Result<()> {
sleep(5);
epoch = get_epoch(&test_a, &rpc_a).unwrap();
}
sleep(5);

// Check balances after funding over IBC
check_funded_balances(&port_id_b, &channel_id_b, &test_b)?;
Expand Down

0 comments on commit bdac53c

Please sign in to comment.