mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 23:21:02 +00:00
use own timeout in tests instead of smol-timeout (#1618)
This commit is contained in:
@@ -611,8 +611,7 @@ mod test {
|
||||
use futures::executor;
|
||||
use maplit::hashmap;
|
||||
use polkadot_primitives::v1::{Signed, ValidatorPair, AvailabilityBitfield};
|
||||
use polkadot_node_subsystem_test_helpers::make_subsystem_context;
|
||||
use smol_timeout::TimeoutExt;
|
||||
use polkadot_node_subsystem_test_helpers::{make_subsystem_context, TimeoutExt};
|
||||
use sp_core::crypto::Pair;
|
||||
use std::time::Duration;
|
||||
use assert_matches::assert_matches;
|
||||
|
||||
Reference in New Issue
Block a user