We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69fbda5 commit 38a88b0Copy full SHA for 38a88b0
1 file changed
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(1000000);
224
});
0 commit comments