MOCHA Timeout

describe("testing promises", function () {
    this.timeout(5000);
});
Maldestor95 at your service :)