File tree Expand file tree Collapse file tree
.github/workflows/scripts Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22 "e2e::eth_bridge_tests::everything" : 4 ,
33 "e2e::ibc_tests::ibc_transfers" : 414 ,
44 "e2e::ibc_tests::pgf_over_ibc" : 415 ,
5- "e2e::ibc_tests::fee_payment_with_ibc_token" : 750 ,
5+ "e2e::ibc_tests::fee_payment_with_ibc_token" : 357 ,
66 "e2e::ibc_tests::ibc_token_inflation" : 840 ,
77 "e2e::ibc_tests::ibc_rate_limit" : 485 ,
88 "e2e::ibc_tests::ibc_upgrade_client" : 280 ,
Original file line number Diff line number Diff line change @@ -539,10 +539,10 @@ fn fee_payment_with_ibc_token() -> Result<()> {
539539 let update_genesis =
540540 |mut genesis : templates:: All < templates:: Unvalidated > , base_dir : & _ | {
541541 genesis. parameters . parameters . epochs_per_year =
542- epochs_per_year_from_min_duration ( 60 ) ;
542+ epochs_per_year_from_min_duration ( 30 ) ;
543543 genesis. parameters . ibc_params . default_mint_limit =
544544 Amount :: max_signed ( ) ;
545- genesis. parameters . gov_params . min_proposal_grace_epochs = 3 ;
545+ genesis. parameters . gov_params . min_proposal_grace_epochs = 1 ;
546546 genesis
547547 . parameters
548548 . ibc_params
@@ -593,7 +593,7 @@ fn fee_payment_with_ibc_token() -> Result<()> {
593593 let _bg_hermes = hermes. background ( ) ;
594594
595595 // wait for the grace
596- let grace_epoch = start_epoch + 6u64 ;
596+ let grace_epoch = start_epoch + 4u64 ;
597597 while epoch < grace_epoch {
598598 sleep ( 5 ) ;
599599 epoch = get_epoch ( & test, & rpc) . unwrap ( ) ;
@@ -1501,7 +1501,7 @@ fn propose_gas_token(test: &Test) -> Result<Epoch> {
15011501 "author" : albert,
15021502 "voting_start_epoch" : start_epoch,
15031503 "voting_end_epoch" : start_epoch + 3_u64 ,
1504- "activation_epoch" : start_epoch + 6_u64 ,
1504+ "activation_epoch" : start_epoch + 4_u64 ,
15051505 } ,
15061506 "data" : TestWasms :: TxProposalTokenGas . read_bytes( )
15071507 } ) ;
You can’t perform that action at this time.
0 commit comments