From 8f17519cd3b798f0b4fc70ee0beb78f7ebb459f4 Mon Sep 17 00:00:00 2001 From: Blade Barringer Date: Tue, 12 May 2015 18:57:35 -0500 Subject: [PATCH] Reduce timeout time --- test/api/pushNotifications.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/api/pushNotifications.coffee b/test/api/pushNotifications.coffee index f04e3c7314..b797bc3652 100644 --- a/test/api/pushNotifications.coffee +++ b/test/api/pushNotifications.coffee @@ -81,7 +81,7 @@ describe "Push-Notifications", -> '1 Gems - by ' + user.profile.name ) done() - , 2000 + , 100 context "sending gems as a purchased gift", -> membersMock = { sendMessage: -> true }