diff --git a/ovos_gui/res/gui/react/SYSTEM_AnimatedImageFrame.jsx b/ovos_gui/res/gui/react/SYSTEM_AnimatedImageFrame.jsx
index aeff226..90ab3b7 100644
--- a/ovos_gui/res/gui/react/SYSTEM_AnimatedImageFrame.jsx
+++ b/ovos_gui/res/gui/react/SYSTEM_AnimatedImageFrame.jsx
@@ -15,20 +15,20 @@ function RenderPage(props) {
id="title"
className="col-12 h2"
text={skill_props["title"] || null}
- duration={2000}
+ duration={15000}
/>
);
diff --git a/ovos_gui/res/gui/react/SYSTEM_ImageFrame.jsx b/ovos_gui/res/gui/react/SYSTEM_ImageFrame.jsx
index aeff226..90ab3b7 100644
--- a/ovos_gui/res/gui/react/SYSTEM_ImageFrame.jsx
+++ b/ovos_gui/res/gui/react/SYSTEM_ImageFrame.jsx
@@ -15,20 +15,20 @@ function RenderPage(props) {
id="title"
className="col-12 h2"
text={skill_props["title"] || null}
- duration={2000}
+ duration={15000}
/>
);
diff --git a/ovos_gui/res/gui/react/SYSTEM_TextFrame.jsx b/ovos_gui/res/gui/react/SYSTEM_TextFrame.jsx
index c5b6802..da61546 100644
--- a/ovos_gui/res/gui/react/SYSTEM_TextFrame.jsx
+++ b/ovos_gui/res/gui/react/SYSTEM_TextFrame.jsx
@@ -25,7 +25,7 @@ function RenderPage(props) {
className={"col-12 h3"}
text={skill_props.text}
display={skill_props.display}
- duration={150000}
+ duration={15000}
// TODO: duration from config
/>