We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66d5b26 commit 8713713Copy full SHA for 8713713
1 file changed
genai/test/textgen-with-multi-img.test.js
@@ -22,7 +22,7 @@ const sample = require('../text-generation/textgen-with-multi-img.js');
22
23
describe('textgen-with-multi-img', () => {
24
it('should generate text content from a text prompt and multiple images', async function () {
25
- this.timeout(60000);
+ this.timeout(300000);
26
27
const output = await sample.generateContent(projectId);
28
console.log('Generated output:', output);
0 commit comments