Skip to content

Commit 6903754

Browse files
Add message to identify timing-related test fails
On MacOS we're still seeing occasional failures, presumably due to the child process taking too long to start that the parent process times out. Adding this log message should prove exactly how long it takes to start the child process.
1 parent 242cdff commit 6903754

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/test_record_values.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -756,6 +756,8 @@ def none_value_test_func(self, record_func, queue):
756756

757757
record = record_func("SOME-NAME", **kwarg)
758758

759+
log("CHILD: About to start IOC")
760+
759761
dispatcher = asyncio_dispatcher.AsyncioDispatcher()
760762
builder.LoadDatabase()
761763
softioc.iocInit(dispatcher)

0 commit comments

Comments
 (0)