Skip to content

Commit

Permalink
feat: temporarily double the timeout of conversion process
Browse files Browse the repository at this point in the history
  • Loading branch information
aleortega committed Feb 28, 2024
1 parent 911a137 commit a430fec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion consumer-server/src/logic/conversion-task.ts
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ export async function executeConversion(components: Pick<AppComponents, 'logs' |
outDirectory,
projectPath: $PROJECT_PATH,
unityPath: $UNITY_PATH,
timeout: 60 * 60 * 1000, // 60min,
timeout: 120 * 60 * 1000, // 120min temporarily doubled
unityBuildTarget: unityBuildTarget,
})

Expand Down

0 comments on commit a430fec

Please sign in to comment.