Skip to content

Commit f931bd1

Browse files
core: frontend: components: SettingsMenu: Increase timeout to 30s
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
1 parent e88a8a4 commit f931bd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/frontend/src/components/app/SettingsMenu.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ export default Vue.extend({
329329
params: {
330330
i_know_what_i_am_doing: true,
331331
},
332-
timeout: 10000,
332+
timeout: 30000,
333333
})
334334
.then(() => {
335335
this.show_reset_dialog = true

0 commit comments

Comments
 (0)