question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

A Jasmine Spec has timed out: Resetting the webdriver control flow

See original GitHub issue

Hi

I’m pretty new to protractor and currently using version 1.0.0-rc4

When I’ve got multiple specs, and I run them via protractor config.js, I get the following error

A Jasmine Spec has timed out: Resetting the webdriver control flow

with the first spec passing (logging into the website) but the next spec failing with the above line in the command prompt

Any ideas?

Issue Analytics

  • State:closed
  • Created 9 years ago
  • Comments:32 (3 by maintainers)

github_iconTop GitHub Comments

2reactions
juliemrcommented, Jul 21, 2014

Your second spec timed out - there are many possible reasons for this. Check out https://github.com/angular/protractor/blob/master/docs/timeouts.md

0reactions
Aswini2205commented, Jul 14, 2020

Hi, I also have a similar issue. Any update?

Read more comments on GitHub >

github_iconTop Results From Across the Web

A Jasmine spec timed out. Resetting the WebDriver Control Flow
Jasmine has timeout for each spec i.e. each it in jasmine framework. so if any spec ( it ) exceeds jasmine spec's default...
Read more >
A jasmine spec has timed out: resetting Webdriver control flow
This is a Protractor issue - Protractor treats timeout issues specially (since it needs to make sure that the control flow is clean...
Read more >
angular/protractor - Gitter
A Jasmine spec timed out. Resetting the WebDriver Control Flow. Error: Timeout - Async callback was not invoked within timeout specified by jasmine....
Read more >
PROTRACTOR:How to tell protractor to stop or skip the TEST ...
Waits for long time and throws A Jasmine spec timed out. Resetting the WebDriver Control Flow. EXPECTED BEHAVIOR: On failure on any Testcase, ......
Read more >
Timeouts - Protractor - end-to-end testing for AngularJS
Looks like: an error in your test results - ScriptTimeoutError: asynchronous script timeout: result was not received in 11 seconds · Default timeout:...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found