diff --git a/html/app.js b/html/app.js
index 644e2880..dd634818 100644
--- a/html/app.js
+++ b/html/app.js
@@ -3070,7 +3070,7 @@ CefSharp.BindObjectAsync(
new Noty({
type: 'info',
text: `Update available!!
${this.latestAppVersion}`,
- timeout: false,
+ timeout: 60000,
callbacks: {
onClick: () => VRCX.OpenRepository()
}