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 test
  • Loading branch information
jsdw committed Nov 15, 2024
1 parent 057c847 commit 3f6c88c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testing/integration-tests/src/full_client/client/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,7 @@ async fn partial_fee_estimate_correct() {
assert_eq!(partial_fee_1, partial_fee_2);
}

#[subxt_test]
#[subxt_test(timeout = 120)]
async fn legacy_and_unstable_block_subscription_reconnect() {
let ctx = test_context_reconnecting_rpc_client().await;
let api = ctx.chainhead_backend().await;
Expand Down

0 comments on commit 3f6c88c

Please sign in to comment.