Skip to content

Commit 902251f

Browse files
authored
chore: add some time for migration (#17426)
1 parent 6cd30d2 commit 902251f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

warehouse/migrations/versions/12a43f12cc18_add_new_lifecycle_statuses.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@
2424

2525

2626
def upgrade():
27+
op.execute("SET statement_timeout = 60000")
28+
op.execute("SET lock_timeout = 120000")
29+
2730
op.sync_enum_values(
2831
"public",
2932
"lifecyclestatus",

0 commit comments

Comments
 (0)