Skip to content

Commit

Permalink
Increase delay in trace_detached test (#6075)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonb377 authored and golechwierowicz committed Jan 12, 2024
1 parent f5c4d49 commit 511eb41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_profiler.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 511eb41

Please sign in to comment.