startup can take a little longer

This commit is contained in:
j 2015-11-17 14:21:21 +01:00
parent 20dc20c727
commit d559265466
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@
load();
setTimeout(function() {
document.querySelector('#status').innerHTML = 'Failed to start Open Media Library';
}, 10000);
}, 20000);
</script>
</head>
<body class="OxThemeOxlight">