diff options
Diffstat (limited to 'test/bootstrap/config.py')
-rw-r--r-- | test/bootstrap/config.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/bootstrap/config.py b/test/bootstrap/config.py index edf94fae5..86dc78bcc 100644 --- a/test/bootstrap/config.py +++ b/test/bootstrap/config.py @@ -53,6 +53,7 @@ def _list_dbs(*args): def _server_side_cursors(options, opt_str, value, parser): db_opts['server_side_cursors'] = True + def _zero_timeout(options, opt_str, value, parser): warnings.warn("--zero-timeout testing option is now on in all cases") |