summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBarry Warsaw2017-01-09 14:28:57 +0000
committerBarry Warsaw2017-01-09 14:28:57 +0000
commit0403f0bfc77a94656db28b6dfd1b44bea2e13881 (patch)
treeb250ce99ba1afdefd5eeb2a5c42c7d082a962fea
parent089fb5f5612f5b25fb5c3bea94d671c45ecea9df (diff)
parentbeebdf29317a8df4fcfabd0ee4f01cb7eb6247d3 (diff)
downloadmailman-0403f0bfc77a94656db28b6dfd1b44bea2e13881.tar.gz
mailman-0403f0bfc77a94656db28b6dfd1b44bea2e13881.tar.zst
mailman-0403f0bfc77a94656db28b6dfd1b44bea2e13881.zip
-rw-r--r--src/mailman/commands/tests/test_control.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mailman/commands/tests/test_control.py b/src/mailman/commands/tests/test_control.py
index f93202820..473e78363 100644
--- a/src/mailman/commands/tests/test_control.py
+++ b/src/mailman/commands/tests/test_control.py
@@ -180,7 +180,7 @@ class TestStart(unittest.TestCase):
with open(config.LOCK_FILE, 'w') as fp:
fp.write(claim_file)
os.link(config.LOCK_FILE, claim_file)
- expiration_date = datetime.now() - timedelta(minutes=2)
+ expiration_date = datetime.now() - timedelta(minutes=60)
t = time.mktime(expiration_date.timetuple())
os.utime(claim_file, (t, t))
# Start without --force; no master will be running.