Skip to content

Commit c5ffed8

Browse files
committed
wait to Node shutdownt increased to 10 sec
1 parent f4cdb23 commit c5ffed8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

node/tests/ui_gateway_test.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ fn log_broadcasts_are_correctly_received_integration() {
9999

100100
fn wait_for_masq_node_ends() {
101101
let mut system = System::new_all();
102-
let deadline = SystemTime::now() + Duration::from_secs(5);
102+
let deadline = SystemTime::now() + Duration::from_secs(10);
103103
loop {
104104
if SystemTime::now() > deadline {
105105
panic!("Previous instance of MASQNode does not stops");

0 commit comments

Comments
 (0)