mirror of
https://github.com/pezkuwichain/pezkuwi-telemetry.git
synced 2026-06-14 19:41:01 +00:00
Remove benchmark things for now and no need for release mode on a test
This commit is contained in:
@@ -496,9 +496,8 @@ async fn feed_can_subscribe_and_unsubscribe_from_chain() {
|
||||
/// Feeds will be disconnected if they can't receive messages quickly enough.
|
||||
#[tokio::test]
|
||||
async fn slow_feeds_are_disconnected() {
|
||||
// Start server in release mode with a 1s feed timeout (to make the test run faster):
|
||||
let mut server = start_server(
|
||||
true,
|
||||
false,
|
||||
// Timeout faster so the test can be quicker:
|
||||
CoreOpts {
|
||||
feed_timeout: Some(1),
|
||||
|
||||
Reference in New Issue
Block a user