Skip to content

Commit

Permalink
enlarge test timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
nkysg committed Feb 26, 2024
1 parent 578b648 commit b760513
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion network/tests/network_service_test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ async fn test_event_notify_receive() {
assert_eq!(msg_send.notification, msg_receive.notification);
}

#[stest::test(timeout = 240)]
#[stest::test(timeout = 960)]
async fn test_event_notify_receive_repeat_block() {
let (network1, network2) = test_helper::build_network_pair().await.unwrap();

Expand Down

0 comments on commit b760513

Please sign in to comment.