Remove all individual test timeouts and ignore timeouts toplevel
This commit is contained in:
@@ -37,8 +37,6 @@ function cleanup(done) {
|
||||
}
|
||||
|
||||
describe('Developer API', function () {
|
||||
this.timeout(20000);
|
||||
|
||||
describe('login', function () {
|
||||
before(function (done) {
|
||||
async.series([
|
||||
|
||||
Reference in New Issue
Block a user