You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Xvfb processes are left running after tests finish, and subsequent test runs hang until the processes are killed manually. I was able to get some success with a process.on('exit', function () {childProcess.kill()}) in headless, but ugh this Xvfb business is touch and go. This is on Arch Linux running testling 1.7.0.
I believe this issue is also mentioned in #71, though it is not constrained to custom servers.
The text was updated successfully, but these errors were encountered:
Xvfb processes are left running after tests finish, and subsequent test runs hang until the processes are killed manually. I was able to get some success with a
process.on('exit', function () {childProcess.kill()})
in headless, but ugh this Xvfb business is touch and go. This is on Arch Linux running testling 1.7.0.I believe this issue is also mentioned in #71, though it is not constrained to custom servers.
The text was updated successfully, but these errors were encountered: