fixed mocha stop
This commit is contained in:
@@ -87,7 +87,7 @@ class JsonTest extends Test
|
||||
]
|
||||
|
||||
describe "JsonFramework", ->
|
||||
@timeout 50000
|
||||
@timeout 500000
|
||||
|
||||
beforeEach (done)->
|
||||
@yTest = new JsonTest()
|
||||
|
||||
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user