aboutsummaryrefslogtreecommitdiffstats
path: root/src/wireguard/router/tests.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/wireguard/router/tests.rs')
-rw-r--r--src/wireguard/router/tests.rs2
1 files changed, 1 insertions, 1 deletions
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() {