diff options
| author | Barry Warsaw | 2017-01-09 09:07:29 -0500 |
|---|---|---|
| committer | Barry Warsaw | 2017-01-09 09:07:29 -0500 |
| commit | beebdf29317a8df4fcfabd0ee4f01cb7eb6247d3 (patch) | |
| tree | b250ce99ba1afdefd5eeb2a5c42c7d082a962fea | |
| parent | 089fb5f5612f5b25fb5c3bea94d671c45ecea9df (diff) | |
| download | mailman-beebdf29317a8df4fcfabd0ee4f01cb7eb6247d3.tar.gz mailman-beebdf29317a8df4fcfabd0ee4f01cb7eb6247d3.tar.zst mailman-beebdf29317a8df4fcfabd0ee4f01cb7eb6247d3.zip | |
| -rw-r--r-- | src/mailman/commands/tests/test_control.py | 2 |
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. |
