Just a feature request to allow passing a third argument for BDD style tests to specify a timeout: ``` it('test1', function(test){ console.log('Hello world'); expect(spies.log).to.have.been.calledWith('Hello world'); }, 5000); ```
Just a feature request to allow passing a third argument for BDD style tests to specify a timeout: