=== modified file 'lib/canonical/launchpad/webapp/ftests/test_adapter.txt' --- lib/canonical/launchpad/webapp/ftests/test_adapter.txt 2011-11-16 19:27:50 +0000 +++ lib/canonical/launchpad/webapp/ftests/test_adapter.txt 2011-12-02 14:01:46 +0000 @@ -192,6 +192,7 @@ >>> config.push('base_test_data', test_data) >>> reset_store() >>> set_request_started() + >>> import time; time.sleep(0.05) >>> print current_statement_timeout(store) 100ms >>> store.execute('SELECT pg_sleep(0.200)', noresult=True)