Skip to content

Commit 847aa3d

Browse files
authored
Update test.clients.ts
1 parent f7fe24e commit 847aa3d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/test.clients.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,5 +220,5 @@ describe('Clients', () => {
220220

221221
it('should pass eslint for a given client', () => {
222222
execSync('npx eslint --no-ignore src/apis/youtube/*.ts');
223-
}).timeout(100000);
223+
}).timeout(2000000);
224224
});

0 commit comments

Comments
 (0)