aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/src/main/js
diff options
context:
space:
mode:
Diffstat (limited to 'server/sonar-web/src/main/js')
-rw-r--r--server/sonar-web/src/main/js/apps/marketplace/App.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/server/sonar-web/src/main/js/apps/marketplace/App.tsx b/server/sonar-web/src/main/js/apps/marketplace/App.tsx
index 74512fb5dd6..eaf510ac707 100644
--- a/server/sonar-web/src/main/js/apps/marketplace/App.tsx
+++ b/server/sonar-web/src/main/js/apps/marketplace/App.tsx
@@ -155,6 +155,7 @@ export default class App extends React.PureComponent<Props, State> {
editionStatus => {
if (this.mounted) {
this.updateEditionStatus(editionStatus);
+ setTimeout(this.fetchEditionStatus, 5000);
}
},
() => {}