wait a bit longer in should_check_status_of_request_when_its_resolved (#10808)
This commit is contained in:
parent
59f0eb7e6b
commit
cff1bc88fa
@ -220,7 +220,7 @@ fn should_check_status_of_request_when_its_resolved() {
|
|||||||
tester.signer.request_confirmed(sender, Ok(ConfirmationResponse::Signature(Signature::from_low_u64_be(1))));
|
tester.signer.request_confirmed(sender, Ok(ConfirmationResponse::Signature(Signature::from_low_u64_be(1))));
|
||||||
|
|
||||||
// This is not ideal, but we need to give futures some time to be executed, and they need to run in a separate thread
|
// This is not ideal, but we need to give futures some time to be executed, and they need to run in a separate thread
|
||||||
thread::sleep(Duration::from_millis(20));
|
thread::sleep(Duration::from_millis(100));
|
||||||
|
|
||||||
// when
|
// when
|
||||||
let request = r#"{
|
let request = r#"{
|
||||||
|
Loading…
Reference in New Issue
Block a user