mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-02-13 15:04:59 -05:00
fix(ui): bump expandprompt timeout to 15s
This commit is contained in:
@@ -27,7 +27,7 @@ export const expandPrompt = async (arg: { dispatch: AppDispatch; getState: AppGe
|
||||
dependencies,
|
||||
options: {
|
||||
prepend: true,
|
||||
timeout: 10000,
|
||||
timeout: 15000,
|
||||
},
|
||||
});
|
||||
assert(output.type === 'string_output');
|
||||
|
||||
Reference in New Issue
Block a user