Skip to content

Commit 5c9a3b6

Browse files
jackfranklinDevtools-frontend LUCI CQ
authored andcommitted
Karma: apply patch to prevent timeouts after test complete
In github.com/karma-runner/karma/pull/3852 it is suggested that the 30s timeout issue with Karma can be seen when: 1. All the tests complete, which sets the state of Karma to "disconnected" 2. But there is some async activity which logs, or something. This causes Karma to restart its 30s timeout, but no more messages will be received. This is a bit experimental, but trying this patch to see if it has a positive impact on CQ. Bug: 406729910 Change-Id: Iaaa9247c801e193e5782a0da4857d804bcc45a92 Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/6407593 Auto-Submit: Jack Franklin <[email protected]> Reviewed-by: Simon Zünd <[email protected]> Commit-Queue: Jack Franklin <[email protected]>
1 parent a792c7e commit 5c9a3b6

File tree

3 files changed

+50
-6
lines changed

3 files changed

+50
-6
lines changed

node_modules/karma/CHROME_DEVTOOLS_README.md

Lines changed: 17 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node_modules/karma/devtools_disconnect_patch.patch

Lines changed: 25 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node_modules/karma/lib/browser.js

Lines changed: 8 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)