From 5aae71395f3d0f4662e159aca24d0eff0920ffe9 Mon Sep 17 00:00:00 2001 From: Andrew Pham Date: Tue, 29 Jul 2014 17:07:34 +1000 Subject: [PATCH] Update step_02.ngdoc Warn reader not to minimise browser that Karma's running on. --- docs/content/tutorial/step_02.ngdoc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/content/tutorial/step_02.ngdoc b/docs/content/tutorial/step_02.ngdoc index b3cbe11b14d8..d45b15943b0e 100644 --- a/docs/content/tutorial/step_02.ngdoc +++ b/docs/content/tutorial/step_02.ngdoc @@ -196,7 +196,8 @@ to ensure that Karma and its necessary plugins are installed. You can do this by To run the tests, and then watch the files for changes: `npm test`. * Karma will start a new instance of Chrome browser automatically. Just ignore it and let it run in - the background. Karma will use this browser for test execution. + the background. Karma will use this browser for test execution. 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 test running extremely slow, * You should see the following or similar output in the terminal: