Remove all individual test timeouts and ignore timeouts toplevel
This commit is contained in:
@@ -78,8 +78,6 @@ function cleanup(done) {
|
||||
}
|
||||
|
||||
describe('Eventlog API', function () {
|
||||
this.timeout(10000);
|
||||
|
||||
before(setup);
|
||||
after(cleanup);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user