Skip to content

Commit 8713713

Browse files
author
Guiners
committed
fixing lint
1 parent 66d5b26 commit 8713713

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

genai/test/textgen-with-multi-img.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ const sample = require('../text-generation/textgen-with-multi-img.js');
2222

2323
describe('textgen-with-multi-img', () => {
2424
it('should generate text content from a text prompt and multiple images', async function () {
25-
this.timeout(60000);
25+
this.timeout(300000);
2626

2727
const output = await sample.generateContent(projectId);
2828
console.log('Generated output:', output);

0 commit comments

Comments
 (0)