// don't use arrow functions describe("testing promises", function () { this.timeout(5000); //applies to all contained test cases it('test1', function(){ ... }); });