File tree Expand file tree Collapse file tree
src/trigger/tasks/onboarding Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ function createPrismaClient(): PrismaClient {
2222 return new PrismaClient ( {
2323 adapter,
2424 transactionOptions : {
25- timeout : 30000 ,
25+ timeout : 60000 ,
2626 } ,
2727 } ) ;
2828}
Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ export const migratePoliciesForOrg = schemaTask({
108108
109109 return { migrated, skipped } ;
110110 } ,
111- { timeout : 30000 } ,
111+ { timeout : 60000 } ,
112112 ) ;
113113
114114 totalMigrated += result . migrated ;
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ function createPrismaClient(): PrismaClient {
2222 return new PrismaClient ( {
2323 adapter,
2424 transactionOptions : {
25- timeout : 30000 ,
25+ timeout : 60000 ,
2626 } ,
2727 } ) ;
2828}
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ function createPrismaClient(): PrismaClient {
2222 return new PrismaClient ( {
2323 adapter,
2424 transactionOptions : {
25- timeout : 30000 ,
25+ timeout : 60000 ,
2626 } ,
2727 } ) ;
2828}
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ function createPrismaClient(): PrismaClient {
2222 return new PrismaClient ( {
2323 adapter,
2424 transactionOptions : {
25- timeout : 30000 ,
25+ timeout : 60000 ,
2626 } ,
2727 } ) ;
2828}
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ function createPrismaClient(): PrismaClient {
2222 return new PrismaClient ( {
2323 adapter,
2424 transactionOptions : {
25- timeout : 30000 ,
25+ timeout : 60000 ,
2626 } ,
2727 } ) ;
2828}
You can’t perform that action at this time.
0 commit comments