increase timeouts
This commit is contained in:
parent
c1dd2c0084
commit
e6b96e2d92
1 changed files with 1 additions and 1 deletions
|
@ -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');
|
||||
|
|
Loading…
Add table
Reference in a new issue