Skip to content

python: Fix timeout on Windows

Jesse Natalie requested to merge jenatali/piglit:fix-timeout-windows into main

From Python docs, proc.terminate() is the right way to do it.

Merge request reports