diff --git a/package.json b/package.json index 7e4c3f99b..d0dfaaabf 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "dedicatedTo": "Blue, a great migrating bird.", "name": "serverless-offline", - "version": "7.0.0", + "version": "7.1.0", "description": "Emulate AWS λ and API Gateway locally when developing your Serverless project", "license": "MIT", "main": "dist/main.js", diff --git a/tests/integration/groovy/groovy.test.js b/tests/integration/groovy/groovy.test.js index df204f3c5..1b1e35128 100644 --- a/tests/integration/groovy/groovy.test.js +++ b/tests/integration/groovy/groovy.test.js @@ -2,7 +2,7 @@ import { resolve } from 'path' import fetch from 'node-fetch' import { joinUrl, setup, teardown } from '../_testHelpers/index.js' -jest.setTimeout(60000) +jest.setTimeout(120000) // Could not find 'Java', skipping 'Java' tests. const _describe = process.env.JAVA_DETECTED ? describe : describe.skip diff --git a/tests/integration/kotlin/kotlin.test.js b/tests/integration/kotlin/kotlin.test.js index 3d9663ba4..9239e8d71 100644 --- a/tests/integration/kotlin/kotlin.test.js +++ b/tests/integration/kotlin/kotlin.test.js @@ -2,7 +2,7 @@ import { resolve } from 'path' import fetch from 'node-fetch' import { joinUrl, setup, teardown } from '../_testHelpers/index.js' -jest.setTimeout(60000) +jest.setTimeout(120000) // Could not find 'Java', skipping 'Java' tests. const _describe = process.env.JAVA_DETECTED ? describe : describe.skip