mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Extended timeout on huge transfer test to avoid failure on debug
Former-commit-id: 7fa49db2ce310ff83b0c7ba2c4525771f16e7842
This commit is contained in:
parent
9f5aab3564
commit
413bdf44e5
@ -365,7 +365,7 @@ mod tests {
|
||||
}
|
||||
|
||||
let mut recv_msgs = Vec::new();
|
||||
loop_for(Duration::from_millis(2000), || server
|
||||
loop_for(Duration::from_millis(3000), || server
|
||||
.new_messages()
|
||||
.for_each(|msg| recv_msgs.push(msg)));
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user