update Jenkinsfile and test/index.js
This commit is contained in:
@@ -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(() => {
|
||||
|
||||
Reference in New Issue
Block a user