Skip to content

Commit 0b5f98c

Browse files
committed
Add elapsed time to the debug log
1 parent 64d3689 commit 0b5f98c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

beacon_node/lighthouse_network/tests/rpc_tests.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1216,7 +1216,7 @@ fn test_delayed_rpc_response() {
12161216
app_request_id: _,
12171217
response,
12181218
} => {
1219-
debug!(%request_id, "Sender received");
1219+
debug!(%request_id, elapsed = ?request_sent_at.elapsed(), "Sender received response");
12201220
assert_eq!(response, rpc_response);
12211221

12221222
match request_id {

0 commit comments

Comments
 (0)