0
0
mirror of https://github.com/OpenVPN/openvpn3.git synced 2024-09-20 12:12:15 +02:00

[test/misc] unittests: time.timeskew: slightly increase nominal range to reduce probability of failures

Signed-off-by: James Yonan <james@openvpn.net>
This commit is contained in:
James Yonan 2021-02-21 06:33:30 -07:00 committed by Frank Lichtenheld
parent 9350d5710f
commit b1aea61463

View File

@ -86,7 +86,7 @@ TEST(time, timeskew)
}
//OPENVPN_LOG(md.to_string());
md.mean.check_mean_range("mean", 10100, 10300);
md.dev.check_mean_range("dev", 1250, 1300);
md.dev.check_mean_range("dev", 1250, 1350);
}
TEST(time, test1)