Browse Source

Merge remote-tracking branch 'dgoulet/bug19465_029_01'

Nick Mathewson 7 years ago
parent
commit
c1f0ec3058
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/test/test_rendcache.c

+ 2 - 2
src/test/test_rendcache.c

@@ -17,8 +17,8 @@
 
 static const int RECENT_TIME = -10;
 static const int TIME_IN_THE_PAST = -(REND_CACHE_MAX_AGE + \
-                                      REND_CACHE_MAX_SKEW + 10);
-static const int TIME_IN_THE_FUTURE = REND_CACHE_MAX_SKEW + 10;
+                                      REND_CACHE_MAX_SKEW + 60);
+static const int TIME_IN_THE_FUTURE = REND_CACHE_MAX_SKEW + 60;
 
 static rend_data_t *
 mock_rend_data(const char *onion_address)