updated test and fixed rpc error
This commit is contained in:
@@ -116,7 +116,7 @@ async fn setup_server() -> (ServerProcessGuard, u16) {
|
||||
|
||||
// Give the server time to build and start (cargo run may compile first)
|
||||
// Increase significantly to accommodate first-time dependency compilation in CI.
|
||||
std::thread::sleep(Duration::from_millis(60000));
|
||||
std::thread::sleep(Duration::from_millis(5000));
|
||||
|
||||
(guard, port)
|
||||
}
|
||||
|
Reference in New Issue
Block a user