edit timeout

This commit is contained in:
Ahmed Ibrahim
2025-08-01 20:21:51 -07:00
parent 19d3e17572
commit 8d413194f3

View File

@@ -11,7 +11,7 @@ use serde_json::json;
use tempfile::TempDir;
use tokio::time::timeout;
const DEFAULT_READ_TIMEOUT: std::time::Duration = std::time::Duration::from_secs(10);
const DEFAULT_READ_TIMEOUT: std::time::Duration = std::time::Duration::from_secs(3);
#[tokio::test(flavor = "multi_thread", worker_threads = 2)]
async fn test_connect_then_send_receives_initial_state_and_notifications() {