mirror of
https://github.com/hatchet-dev/hatchet.git
synced 2026-05-01 23:20:09 -05:00
fix: increase PutWorkflowVersion timeout to 25 seconds (#1529)
This commit is contained in:
@@ -232,7 +232,7 @@ func (r *workflowRepository) PutWorkflowVersion(ctx context.Context, tenantId st
|
||||
return nil, err
|
||||
}
|
||||
|
||||
tx, commit, rollback, err := sqlchelpers.PrepareTx(ctx, r.pool, r.l, 10000)
|
||||
tx, commit, rollback, err := sqlchelpers.PrepareTx(ctx, r.pool, r.l, 25000)
|
||||
|
||||
if err != nil {
|
||||
return nil, err
|
||||
|
||||
Reference in New Issue
Block a user