We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e215299 commit bbde01aCopy full SHA for bbde01a
test/test.clients.ts
@@ -220,5 +220,5 @@ describe('Clients', () => {
220
221
it('should pass eslint for a given client', () => {
222
execSync('npx eslint --no-ignore src/apis/youtube/*.ts');
223
- }).timeout(100000);
+ }).timeout(2000000);
224
});
0 commit comments