fix: increase image action time out (#7487)

Increase image action timeout from 50000ms to 120000ms.
This commit is contained in:
donteatfriedrice
2024-07-12 06:36:30 +00:00
parent 024e5500f6
commit 5ede985a3a

View File

@@ -356,6 +356,7 @@ Could you make a new website based on these notes and send back just the html fi
) as PromptKey;
return toImage({
...options,
timeout: 120000,
promptName,
});
});
@@ -367,6 +368,7 @@ Could you make a new website based on these notes and send back just the html fi
) as PromptKey;
return toImage({
...options,
timeout: 120000,
promptName,
});
});