diff -r 39453e9cd24c src/org/openbravo/base/secureApp/LoginUtils.java
--- a/src/org/openbravo/base/secureApp/LoginUtils.java	Tue May 31 15:56:29 2016 +0200
+++ b/src/org/openbravo/base/secureApp/LoginUtils.java	Wed Jun 01 08:25:52 2016 +0200
@@ -427,6 +427,16 @@
     // to N to prevent re-initializing the session continuously
     // See the HttpSecureAppServlet
 
+    log4j.info("Going to sleep before completing log in");
+    if (!false)
+      try {
+        Thread.sleep(65000);
+      } catch (InterruptedException e) {
+        // TODO Auto-generated catch block
+        e.printStackTrace();
+      }
+    log4j.info("Login completed");
+
     vars.setSessionValue("#loggingIn", "N");
 
     return true;
