Skip to content

Commit 6f80efe

Browse files
fix(ui): bump expandprompt timeout to 15s
1 parent 7fac833 commit 6f80efe

File tree

1 file changed

+1
-1
lines changed
  • invokeai/frontend/web/src/features/prompt/PromptExpansion

1 file changed

+1
-1
lines changed

invokeai/frontend/web/src/features/prompt/PromptExpansion/expand.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ export const expandPrompt = async (arg: { dispatch: AppDispatch; getState: AppGe
2727
dependencies,
2828
options: {
2929
prepend: true,
30-
timeout: 10000,
30+
timeout: 15000,
3131
},
3232
});
3333
assert(output.type === 'string_output');

0 commit comments

Comments
 (0)