I am getting a timeout error when executing my tests and also the sample tests. It runs the tests correctly but before it completes it throws a JS Error and display 0 totals tests completed.
Here is the output running the Jasmine sample tests.
```
t:\Downloads\js>chutzpah.console.exe jasmineTests.html
Chutzpah console test runner (64-bit .NET 4.0.30319.18052)
Copyright (C) 2013 Matthew Manela (http://matthewmanela.com).
chutzpah.dll: Version 2.4.3.281
File: t:\Downloads\js\jasmineTests.html
4 total, 0 failed, took 0.01 seconds
JS Error: Timeout occured when executing test file
While Running:t:\Downloads\js\jasmineTests.html
=== 0 total, 0 failed, took 6.22 seconds ===
```
Comments: Hello, I was having a problem with timeout exceptions and something sprang to mind about phantomjs. I believe it has issues running on intel on board graphics cards. To fix this I change chutzpah and phantom js to run with a different graphics processor "high performance nvidia processor" instead of the default "Integrated graphics". You can do this by right clicking on the exe -> "Run with graphics processor" -> "change default graphics processor" -> "Select program to customise" and add phantomjs.exe, selecting "High performance nvidia processor". I also added chutzpah.console.exe to this but I'm not sure that's necessary. I hope that helps! Seb
Here is the output running the Jasmine sample tests.
```
t:\Downloads\js>chutzpah.console.exe jasmineTests.html
Chutzpah console test runner (64-bit .NET 4.0.30319.18052)
Copyright (C) 2013 Matthew Manela (http://matthewmanela.com).
chutzpah.dll: Version 2.4.3.281
File: t:\Downloads\js\jasmineTests.html
4 total, 0 failed, took 0.01 seconds
JS Error: Timeout occured when executing test file
While Running:t:\Downloads\js\jasmineTests.html
=== 0 total, 0 failed, took 6.22 seconds ===
```
Comments: Hello, I was having a problem with timeout exceptions and something sprang to mind about phantomjs. I believe it has issues running on intel on board graphics cards. To fix this I change chutzpah and phantom js to run with a different graphics processor "high performance nvidia processor" instead of the default "Integrated graphics". You can do this by right clicking on the exe -> "Run with graphics processor" -> "change default graphics processor" -> "Select program to customise" and add phantomjs.exe, selecting "High performance nvidia processor". I also added chutzpah.console.exe to this but I'm not sure that's necessary. I hope that helps! Seb