You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@allura.apache.org by ac...@apache.org on 2013/04/16 14:29:15 UTC

[25/50] git commit: [#2643] update test for longer time window

[#2643] update test for longer time window


Project: http://git-wip-us.apache.org/repos/asf/incubator-allura/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-allura/commit/fa5d7e03
Tree: http://git-wip-us.apache.org/repos/asf/incubator-allura/tree/fa5d7e03
Diff: http://git-wip-us.apache.org/repos/asf/incubator-allura/diff/fa5d7e03

Branch: refs/heads/acs2/5518
Commit: fa5d7e03e3baa587129ec4f49738d598c9861a76
Parents: 7041d1a
Author: Dave Brondsema <db...@slashdotmedia.com>
Authored: Tue Apr 9 11:15:45 2013 -0400
Committer: Dave Brondsema <db...@slashdotmedia.com>
Committed: Tue Apr 9 11:15:45 2013 -0400

----------------------------------------------------------------------
 Allura/allura/tests/test_utils.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-allura/blob/fa5d7e03/Allura/allura/tests/test_utils.py
----------------------------------------------------------------------
diff --git a/Allura/allura/tests/test_utils.py b/Allura/allura/tests/test_utils.py
index 2095179..c047028 100644
--- a/Allura/allura/tests/test_utils.py
+++ b/Allura/allura/tests/test_utils.py
@@ -77,7 +77,7 @@ class TestAntispam(unittest.TestCase):
         self.assertRaises(
             ValueError,
             utils.AntiSpam.validate_request,
-            r, now=time.time()+60*60+1)
+            r, now=time.time()+24*60*60+1)
 
     def test_invalid_future(self):
         form = dict(a='1', b='2')