We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4392660 commit e5e7d63Copy full SHA for e5e7d63
test/test_ocsp.py
@@ -259,7 +259,7 @@ def test_ocsp_with_outdated_cache(tmpdir):
259
# setting outdated data
260
current_time = int(time.time())
261
for k, v in cache_data.items():
262
- cache_data[k] = (current_time - 48 * 60 * 60, v[1])
+ cache_data[k] = (current_time - 144 * 60 * 60, v[1])
263
264
# write back the cache file
265
OCSPCache.CACHE = cache_data
0 commit comments