longer timeouts on tests

This commit is contained in:
Kononnable 2018-05-05 21:14:52 +02:00
parent 2a7c1453cc
commit 662f128173
3 changed files with 3 additions and 3 deletions

View File

@ -16,7 +16,7 @@ chai.use(chaiSubset);
describe("Platform specyfic types", async function () {
this.timeout(20000)
this.timeout(30000)
this.slow(5000)//compiling created models takes time
let dbDrivers: string[] = []

View File

@ -17,7 +17,7 @@ chai.use(chaiSubset);
describe("GitHub issues", async function () {
this.timeout(20000)
this.timeout(30000)
this.slow(5000)//compiling created models takes time
let dbDrivers: string[] = []

View File

@ -17,7 +17,7 @@ chai.use(chaiSubset);
describe("TypeOrm examples", async function () {
this.timeout(20000)
this.timeout(30000)
this.slow(5000)//compiling created models takes time
let dbDrivers: string[] = []