Fix flapping of test_service_intro_point() unittest.

This commit is contained in:
George Kadianakis
2019-10-08 18:59:27 +03:00
parent 9309eaf8ea
commit 081bd37315
2 changed files with 6 additions and 1 deletions
+3 -1
View File
@@ -674,9 +674,11 @@ test_service_intro_point(void *arg)
(void) arg;
update_approx_time(1481621834);
/* Test simple creation of an object. */
{
time_t now = time(NULL);
time_t now = approx_time();
ip = helper_create_service_ip();
tt_assert(ip);
/* Make sure the authentication keypair is not zeroes. */