edited the timeouts for the transcription and LLM tests

This commit is contained in:
2025-12-13 23:04:31 +01:00
parent c497fa9532
commit 791dbab739
+2 -2
View File
@@ -78,7 +78,7 @@ describe("Unit Tests", function() {
describe("Audio Transcription", function() { describe("Audio Transcription", function() {
this.slow(20000) this.slow(20000)
this.timeout(60000) this.timeout(120000)
it('Assembly', function (done) { it('Assembly', function (done) {
mapFunctions.get("assembly").function(audiopath).then(resp => { mapFunctions.get("assembly").function(audiopath).then(resp => {
@@ -143,7 +143,7 @@ describe("Unit Tests", function() {
describe("Large Language Model", function() { describe("Large Language Model", function() {
this.slow(30000) this.slow(30000)
this.timeout(60000) this.timeout(120000)
// it("ChatGPT", function (done){ // it("ChatGPT", function (done){
// mapFunctions.get("chatgpt").function({inputTranscriptPath: summarizePath, documentTypePath: "./storage/documentType/meetingReport.json", language: "en"}).then(resp => { // mapFunctions.get("chatgpt").function({inputTranscriptPath: summarizePath, documentTypePath: "./storage/documentType/meetingReport.json", language: "en"}).then(resp => {