From 9be1e94c9213099f4ff73447ba4f914114fb3a76 Mon Sep 17 00:00:00 2001 From: jonb377 Date: Mon, 11 Dec 2023 10:15:10 -0800 Subject: [PATCH] Increase delay in trace_detached test (#6075) --- test/test_profiler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_profiler.py b/test/test_profiler.py index eb6822d9311..8ffb17a1707 100644 --- a/test/test_profiler.py +++ b/test/test_profiler.py @@ -125,7 +125,7 @@ def train_worker(): p.start() training_started.wait(60) # Delay to allow the profile to capture - time.sleep(5) + time.sleep(10) p.terminate() path = self._check_xspace_pb_exist(logdir) self._check_trace_namespace_exists(path)