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.

WaitTimeoutError during test

See original GitHub issue

Helo!

After an error on Travis (https://github.com/OnetapInc/chromy/issues/62), I try to reduce async limit to pass test.

asyncCaptureLimit: 5,
asyncCompareLimit: 50

But nothing change 😢 : https://travis-ci.org/20minutes/colette/builds/271137302

Then I try with

asyncCaptureLimit: 1,
asyncCompareLimit: 1

https://travis-ci.org/20minutes/colette/builds/271199288 I don’t know why it’s green even if i have no result of the test…

Issue Analytics

  • State:open
  • Created 6 years ago
  • Comments:21 (9 by maintainers)

github_iconTop GitHub Comments

8reactions
kevineyecommented, Oct 26, 2017

I was getting this WaitTimeoutError, too, not running natively, but when switching to run in docker. Happened more often with higher asyncCaptureLimit and more complex pages, but even sometimes with asyncCaptureLimit: 1.

Eventually tracked the problem down to chrome dying with a bus error, and finally tracked this down to running out of space in /dev/shm. Docker allocates 64MB to /dev/shm by default.

Running docker with --shm-size 512m fixed the issue for me. Lets me run with default asyncCaptureLimit: 10.

0reactions
garriscommented, Nov 22, 2017
Read more comments on GitHub >

github_iconTop Results From Across the Web

Custom message on wait timeout error - Stack Overflow
WebDriver.prototype.wait, but I'm having a hard time verifying that the WebDriver shows up as browser in protractor).
Read more >
What Causes “Lock wait timeout exceeded” Error in MySQL?
First, in order to keep it short, we'll run all testing in the default isolation level REPEATABLE READ. However, later we can run...
Read more >
How to Fix a Lock Wait Timeout Exceeded Error in MySQL
This blog post covers the implications of a MySQL InnoDB lock wait timeout error, how to deal with it, and how to track...
Read more >
error handling speech_recognition WaitTimeOutError
How do check if a text column in my dataframe, contains a list of possible patterns, allowing mistyping? Spark Structtype for coalesce ·...
Read more >
Feature Request: act.wait timeout error - DevExpress Support
When act.wait times out and the condition within the second parameter delegate never returns true it should either fail/error the test or ...
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