diff --git a/package.json b/package.json index c25c0253..5be76fde 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@artgen/core", - "version": "0.0.14", + "version": "0.0.15", "description": "Versatily headless CMS", "main": "build/main.js", "homepage": "https://artgen.io", diff --git a/src/app/app.e2e-test.ts b/src/app/app.e2e-test.ts index 8b039ef3..112b22aa 100644 --- a/src/app/app.e2e-test.ts +++ b/src/app/app.e2e-test.ts @@ -16,7 +16,7 @@ describe('Application (e2e)', () => { app.bootstrap([AppModule]); await app.start(); - }, 10_000); + }, 30_000); afterAll(async () => await app.stop()); diff --git a/src/modules/authentication/authentication.e2e-test.ts b/src/modules/authentication/authentication.e2e-test.ts index b83ab294..24d81785 100644 --- a/src/modules/authentication/authentication.e2e-test.ts +++ b/src/modules/authentication/authentication.e2e-test.ts @@ -18,7 +18,7 @@ describe('Authentication (e2e)', () => { app.bootstrap([AppModule]); await app.start(); - }, 10_000); + }, 30_000); afterAll(async () => await app.stop()); diff --git a/version b/version index 1111c9c5..9beca35d 100644 --- a/version +++ b/version @@ -1 +1 @@ -0.0.14 \ No newline at end of file +0.0.15 \ No newline at end of file