Skip to content

Commit

Permalink
Attempt to quickfix flaky legacy_and_unstable_block_subscription_reco…
Browse files Browse the repository at this point in the history
…nnect (#1868)

* Attempt to quickfix flaky legacy_and_unstable_block_subscription_reconnect test

* Make test name match behaviour

Co-authored-by: Niklas Adolfsson <[email protected]>

* Timeout to 300s

---------

Co-authored-by: Niklas Adolfsson <[email protected]>
  • Loading branch information
jsdw and niklasad1 authored Nov 18, 2024
1 parent 7d10021 commit 0dbcdbd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions testing/integration-tests/src/full_client/client/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -412,8 +412,8 @@ async fn partial_fee_estimate_correct() {
assert_eq!(partial_fee_1, partial_fee_2);
}

#[subxt_test]
async fn legacy_and_unstable_block_subscription_reconnect() {
#[subxt_test(timeout = 300)]
async fn chainhead_block_subscription_reconnect() {
let ctx = test_context_reconnecting_rpc_client().await;
let api = ctx.chainhead_backend().await;
let chainhead_client_blocks = move |num: usize| {
Expand Down

0 comments on commit 0dbcdbd

Please sign in to comment.