pytest-html icon indicating copy to clipboard operation
pytest-html copied to clipboard

Fix headless chrome timeout error in grunt tests

Open gnikonorov opened this issue 4 years ago • 0 comments
trafficstars

The JS tests run by grunt will occasionally fail with the error below. We should fix it. The error is sporadic and goes away on rerun ( usually )

Run npm test

> @ test /home/runner/work/pytest-html/pytest-html
> grunt test

Running "qunit:src" (qunit) task
Testing testing/js_test_report.html >> There was an error with headless chrome
Fatal error: Navigation timeout of 5000 ms exceeded
npm ERR! Test failed.  See above for more details.
Error: Process completed with exit code 1.

Run link: https://github.com/pytest-dev/pytest-html/pull/405/checks?check_run_id=1525098011

gnikonorov avatar Dec 09 '20 16:12 gnikonorov