Skip to content

Commit

Permalink
Remove sleep() statement (#441)
Browse files Browse the repository at this point in the history
  • Loading branch information
ebma authored Nov 6, 2023
1 parent e5c6acd commit 6cc467a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion clients/vault/tests/vault_integration_tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -439,7 +439,6 @@ async fn test_cancel_scheduler_succeeds() {
// Create two new blocks so that the current requests expire (since we
// set the periods to 1 before)
parachain_rpc.manual_seal().await;
sleep(Duration::from_secs(10)).await;
parachain_rpc.manual_seal().await;
},
assert_event::<CancelIssueEvent, _>(
Expand Down

0 comments on commit 6cc467a

Please sign in to comment.