From aabefa50436af8d614520bb219d675953eeba6eb Mon Sep 17 00:00:00 2001 From: Mathias Hall-Andersen Date: Sat, 21 Dec 2019 00:17:31 +0100 Subject: Remove unused test code. - make naming consistent with the kernel module. - better distribution of functionality from src/wireguard.rs - more consistent "import pattern" throughout the project. - remove unused test code. --- src/wireguard/router/tests.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/wireguard/router/tests.rs') diff --git a/src/wireguard/router/tests.rs b/src/wireguard/router/tests.rs index 3d5c79b..8d1e812 100644 --- a/src/wireguard/router/tests.rs +++ b/src/wireguard/router/tests.rs @@ -105,7 +105,7 @@ mod tests { // wait for scheduling fn wait() { - thread::sleep(Duration::from_millis(15)); + thread::sleep(Duration::from_millis(30)); } fn init() { -- cgit v1.2.3-59-g8ed1b