From 7d174855c48d5f30c87d9fc3ff04729e08516ad1 Mon Sep 17 00:00:00 2001 From: Peter 'Pita' Martischka Date: Tue, 13 Nov 2012 08:39:48 -0800 Subject: [PATCH] Give the browser more time to save the cookie at change_user_name test --- tests/frontend/specs/change_user_name.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/frontend/specs/change_user_name.js b/tests/frontend/specs/change_user_name.js index d4f74eab7..ba089c90b 100644 --- a/tests/frontend/specs/change_user_name.js +++ b/tests/frontend/specs/change_user_name.js @@ -34,7 +34,7 @@ describe("change username value", function(){ done(); } }); - }, 0); + }, 1000); });