diff --git a/Jenkinsfile b/Jenkinsfile index 6d1d721..ca155ee 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -37,7 +37,6 @@ pipeline { } stage('Run Tests') { steps { - sh 'npm install' echo "Runing Test.." sh 'npm test' } diff --git a/test/index.js b/test/index.js index 2900108..2e2560f 100644 --- a/test/index.js +++ b/test/index.js @@ -103,8 +103,8 @@ describe("📦 Amazon Book Search (English) Integration Test", () => { const timeoutDuration = 30000; before(function (done) { - this.timeout(timeoutDuration + 25000); - setTimeout(done, 25000); + this.timeout(timeoutDuration + 30000); + setTimeout(done, 30000); }); beforeEach(() => {