update Jenkinsfile and test/index.js

This commit is contained in:
2025-01-21 00:57:42 +03:00
parent 8cd9f1d991
commit 6441dc89f4
2 changed files with 2 additions and 3 deletions

1
Jenkinsfile vendored
View File

@@ -37,7 +37,6 @@ pipeline {
}
stage('Run Tests') {
steps {
sh 'npm install'
echo "Runing Test.."
sh 'npm test'
}

View File

@@ -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(() => {