diff --git a/frontend-js/src/test/js/mocha-config.js b/frontend-js/src/test/js/mocha-config.js
index 96444f0785a05ff16fbf7a2e7b8dfb8af99ce681..13ebe85b3ed6047b4476e682a6c377fdd28f2c2e 100644
--- a/frontend-js/src/test/js/mocha-config.js
+++ b/frontend-js/src/test/js/mocha-config.js
@@ -195,6 +195,9 @@ before(function () {
   Promise.longStackTraces();
 
   mockBootstrap();
+
+  // Retry all tests in this suite up to 4 times
+  this.retries(4);
 });
 
 beforeEach(function () {