longer timeouts on tests
This commit is contained in:
parent
2a7c1453cc
commit
662f128173
@ -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[] = []
|
||||
|
@ -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[] = []
|
||||
|
@ -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[] = []
|
||||
|
Loading…
Reference in New Issue
Block a user