diff --git a/synapse/push/emailpusher.py b/synapse/push/emailpusher.py
index 6ae16e9865452b09c521d2f111982857f5e11b45..dcbee4c3fe8540a26a27d0e27f310ea0df0e530e 100644
--- a/synapse/push/emailpusher.py
+++ b/synapse/push/emailpusher.py
@@ -26,7 +26,7 @@ logger = logging.getLogger(__name__)
 
 # The amount of time we always wait before ever emailing about a notification
 # (to give the user a chance to respond to other push or notice the window)
-DELAY_BEFORE_MAIL_MS = 2000#2 * 60 * 1000
+DELAY_BEFORE_MAIL_MS = 2 * 60 * 1000
 
 THROTTLE_START_MS = 2 * 60 * 1000
 THROTTLE_MAX_MS = (2 * 60 * 1000) * (2 ** 11)  # ~3 days