Skip to content

Commit e6b5249

Browse files
committed
chore: increase timeout
1 parent 50fe471 commit e6b5249

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(1000000);
224224
});

0 commit comments

Comments
 (0)