Skip to content

Commit 39d142b

Browse files
Minor integration test fixes
1 parent f929568 commit 39d142b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/models/database/helpers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ def make_full_postgres_engine_config():
104104
track_functions="all",
105105
wal_sender_timeout=60000,
106106
wal_writer_delay=200,
107-
pg_partman_bgw_interval=30,
107+
pg_partman_bgw_interval=3600,
108108
pg_partman_bgw_role="myrolename",
109109
pg_stat_monitor_pgsm_enable_query_plan=True,
110110
pg_stat_monitor_pgsm_max_buckets=2,

0 commit comments

Comments
 (0)