My PIA in Development
Pain In my Ass
Monday, May 30, 2016
Error: Timeout - Async callback was not invoked within timeout specified by jasmine.DEFAULT_TIMEOUT_INTERVAL.
TL;DR
Your test/spec, a single
it
block, spends a too damn long time to finish.
Increase the value of
jasmineNodeOpts.defaultTimeoutInterval
in
protractor.conf.js
Or give
it
an additional arguments to specifically set timeout.
Read more »
Newer Posts
Older Posts
Home
Subscribe to:
Posts (Atom)