mirror of https://github.com/Kylart/KawAnime.git
Added timeout for the whole test
This commit is contained in:
parent
18c913dd33
commit
340beb87df
|
@ -10,6 +10,8 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
describe('KawAnime main test routine', function () {
|
describe('KawAnime main test routine', function () {
|
||||||
|
this.timeout(10000)
|
||||||
|
|
||||||
require('./hooks')()
|
require('./hooks')()
|
||||||
|
|
||||||
require('./container')
|
require('./container')
|
||||||
|
|
Loading…
Reference in New Issue