Merge pull request #301835 from alyssais/clocksource

nixos/test-instrumentation: fix deprecation warning
This commit is contained in:
Bernardo Meurer
2024-04-05 16:17:52 -04:00
committed by GitHub
@@ -170,7 +170,7 @@ in
# thing, but for VM tests it should provide a bit more
# determinism (e.g. if the VM runs at lower speed, then
# timeouts in the VM should also be delayed).
"clock=acpi_pm"
"clocksource=acpi_pm"
];
# `xwininfo' is used by the test driver to query open windows.