XTIMEOUT another test timing out on the FreeBSD buildbot

llvm-svn: 238348
diff --git a/lldb/test/dosep.py b/lldb/test/dosep.py
index bea6c9f..abf32f2 100755
--- a/lldb/test/dosep.py
+++ b/lldb/test/dosep.py
@@ -194,6 +194,7 @@
     elif target.startswith("freebsd"):
         expected_timeout |= {
             "TestBreakpointConditions.py",
+            "TestValueObjectRecursion.py",
             "TestWatchpointConditionAPI.py",
         }
     elif target.startswith("darwin"):