increase timeouts

This commit is contained in:
Joao Moreno 2018-03-01 09:14:03 +01:00
parent c1dd2c0084
commit e6b96e2d92

View file

@ -105,7 +105,7 @@ function createManifest(extra: Partial<Manifest>): Manifest {
}
describe('collect', function () {
this.timeout(10000);
this.timeout(60000);
it('should catch all files', () => {
const cwd = fixture('uuid');