fixed mocha stop

This commit is contained in:
DadaMonad
2015-02-18 00:01:43 +00:00
parent d3af98cd17
commit d6526f12fb
4 changed files with 11 additions and 11 deletions

View File

@@ -87,7 +87,7 @@ class JsonTest extends Test
]
describe "JsonFramework", ->
@timeout 50000
@timeout 500000
beforeEach (done)->
@yTest = new JsonTest()

View File

@@ -29,10 +29,9 @@ class TextTest extends Test
@users[user_num].val("TextTest").val()
describe "TextFramework", ->
@timeout 50000
@timeout 500000
beforeEach (done)->
@timeout 50000
@yTest = new TextTest()
done()