When I run my protractor scripts locally with the DefaultTimeOut set , They run successfully, However when I run them on bamboo, they fail with error: Async callback was not invoked within timeout specified by jasmine.DEFAULT_TIMEOUT_INTERVAL
Here is my config setup
exports.config = {
allScriptsTimeout: 50000,
directConnect: true,
…
Top comments (0)