Skip to content

Commit d3a9697

Browse files
committed
fix: pg_hba update can take up to 60 seconds
1 parent 609f74d commit d3a9697

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_psqltool.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ def remote_psqldb(psqluser_server, remote_psqluser):
7575

7676
def test_psqltool(psqluser_server, local_psqluser, local_psqldb, remote_osuser, remote_psqluser, remote_psqldb):
7777
# Some time for pg_hba update
78-
time.sleep(45)
78+
time.sleep(60)
7979

8080
this_psqltool = PsqlTool('localhost', 5432, local_psqluser['name'], local_psqluser['default_password'], local_psqldb['name'], 'this.sqlpasswd')
8181
this_psqltool.export_local_db('this.sql')

0 commit comments

Comments
 (0)