I am using protractor to perform e2e tests but i keep getting this error message:
- Error: Timeout - Async callback was not invoked within timeout specified by jasmine.DEFAULT_TIMEOUT_INTERVAL.
I have increased the timeout limit to 60 seconds and i still get this error. The big problem about this is that the error occurs when running the tests on mac OS. When running the tests in a Virtual Machine using ubuntu all tests pass.
Both the VM and Mac OS machine has the same version of everything that is needed and both of the machines are running the tests in chrome. Is there some special guidelines i should keep in mind when writing protractor tests that is meant to be executed on different operating systems?