diff options
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/backends/postgresql/tests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/backends/postgresql/tests.py b/tests/backends/postgresql/tests.py index d28c5be253..47f8d94004 100644 --- a/tests/backends/postgresql/tests.py +++ b/tests/backends/postgresql/tests.py @@ -241,7 +241,7 @@ class Tests(TestCase): new_connection.settings_dict["OPTIONS"]["pool"] = { "min_size": 0, "max_size": 2, - "timeout": 0.1, + "timeout": 5, } self.assertIsNotNone(new_connection.pool) |
