From d8f94d1a3f4055baa9982e1b7301bfc2cae7f38f Mon Sep 17 00:00:00 2001 From: Andrew Pham Date: Tue, 29 Jul 2014 17:07:34 +1000 Subject: [PATCH] docs(tutorial/step-2): warn reader not to minimise browser that Karma's running on Closes #8386 --- docs/content/tutorial/step_02.ngdoc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/content/tutorial/step_02.ngdoc b/docs/content/tutorial/step_02.ngdoc index a42d80116..f78eb2cd7 100644 --- a/docs/content/tutorial/step_02.ngdoc +++ b/docs/content/tutorial/step_02.ngdoc @@ -210,6 +210,11 @@ To run the tests, and then watch the files for changes: `npm test`. * To rerun the tests, just change any of the source or test .js files. Karma will notice the change and will rerun the tests for you. Now isn't that sweet? +
+Make sure you don't minimize the browser that Karma opened. On some OS, memory assigned to a minimized +browser is limited, which results in your karma tests running extremely slow. +
+ # Experiments * Add another binding to `index.html`. For example: