mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
fix: increase minimum request timeout (#1078)
This commit is contained in:
@ -113,7 +113,7 @@ async fn test_get_header() {
|
||||
HeadersRequest { start: hash.into(), limit: 1, direction: HeadersDirection::Falling };
|
||||
|
||||
let res = fetch0.get_headers(req).await;
|
||||
assert!(res.is_ok());
|
||||
assert!(res.is_ok(), "{res:?}");
|
||||
|
||||
let headers = res.unwrap().1 .0;
|
||||
assert_eq!(headers.len(), 1);
|
||||
|
||||
Reference in New Issue
Block a user