Skip to content

Commit bbde01a

Browse files
committed
increase timeout
1 parent e215299 commit bbde01a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)