summaryrefslogtreecommitdiff
path: root/src/mailman/commands/tests/test_control.py
diff options
context:
space:
mode:
authorBarry Warsaw2017-01-09 09:07:29 -0500
committerBarry Warsaw2017-01-09 09:07:29 -0500
commitbeebdf29317a8df4fcfabd0ee4f01cb7eb6247d3 (patch)
treeb250ce99ba1afdefd5eeb2a5c42c7d082a962fea /src/mailman/commands/tests/test_control.py
parent089fb5f5612f5b25fb5c3bea94d671c45ecea9df (diff)
downloadmailman-beebdf29317a8df4fcfabd0ee4f01cb7eb6247d3.tar.gz
mailman-beebdf29317a8df4fcfabd0ee4f01cb7eb6247d3.tar.zst
mailman-beebdf29317a8df4fcfabd0ee4f01cb7eb6247d3.zip
Diffstat (limited to 'src/mailman/commands/tests/test_control.py')
-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.