We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be62aa1 commit 93e76b9Copy full SHA for 93e76b9
firebirdsql/tests/base.py
@@ -35,7 +35,7 @@ def setUp(self):
35
user=self.user,
36
password=self.password,
37
page_size=self.page_size,
38
- timeout=1)
+ timeout=10)
39
40
def tearDown(self):
41
self.connection.close()
0 commit comments