Comment 3 for bug 745738

Revision history for this message
John A Meinel (jameinel) wrote :

Note that the timeout *shouldn't* be triggered. It is there to make sure the test would fail quickly if there was a bug. Even with the timeout changed, it still completes in 60ms for me.

You'll need an updated loggerhead and a matching Launchpad update to start using the new version of loggerhead.

=== modified file 'loggerhead/tests/test_load_test.py'
--- loggerhead/tests/test_load_test.py 2011-03-25 14:14:42 +0000
+++ loggerhead/tests/test_load_test.py 2011-03-30 14:34:46 +0000
@@ -286,7 +286,7 @@
         self.build_tree(['first', 'second', 'third', 'fourth'])
         url = self.get_readonly_url()
         script = load_test.ActionScript.parse("""{
- "parameters": {"base_url": "%s", "blocking_timeout": 0.1},
+ "parameters": {"base_url": "%s", "blocking_timeout": 10.0},
             "requests": [
                 {"thread": "1", "relpath": "first"},
                 {"thread": "2", "relpath": "second"},