Unverified Commit d20ddd76 authored by Bernardo Meurer's avatar Bernardo Meurer Committed by GitHub
Browse files

Merge pull request #301835 from alyssais/clocksource

nixos/test-instrumentation: fix deprecation warning
parents 8bf1b4ca 16821ddb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.