From 713659cea5dc0440a99e505c72bef0b4b73f73e7 Mon Sep 17 00:00:00 2001 From: Norman Feske Date: Thu, 7 Dec 2023 16:22:53 +0100 Subject: [PATCH] test-trace: adjust rate of top passing tracepoints The traced top instance was configured to be active every two seconds whereas the trace test uses a grace time of only 1.5 seconds before raising the FOREIGN state of a trace subject as an error. The state of a trace subject can change only whenever the traced thread passes a trace point. Hence, with the original configuration, the release of top as trace subject can take up to two seconds. The patch reduces the rate to 0.5 seconds to satisfy the expectation of test-trace. --- repos/os/recipes/pkg/test-trace/runtime | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/repos/os/recipes/pkg/test-trace/runtime b/repos/os/recipes/pkg/test-trace/runtime index b46a8d65b4..e292efe31d 100644 --- a/repos/os/recipes/pkg/test-trace/runtime +++ b/repos/os/recipes/pkg/test-trace/runtime @@ -59,7 +59,7 @@ - +