[Lldb-commits] [PATCH] Documentation for test timeout

Vince Harron vharron at google.com
Thu Dec 18 08:41:33 PST 2014


This patch, in fact =)


================
Comment at: test/dosep.py:8
@@ +7,3 @@
+
+Override the default time limit of 5 minutes with LLDB_TEST_TIMEOUT.
+E.g., LLDB_TEST_TIMEOUT=10m
----------------
You haven't said anything about setting env vars.

================
Comment at: test/dosep.py:14
@@ -5,1 +13,3 @@
+
+Set to "0" to run without time limit.
 """
----------------
E.g. LLDB_TEST_TIMEOUT=0

================
Comment at: test/dosep.py:140
@@ +139,3 @@
+
+       Override the default time limit of 5 minutes with LLDB_TEST_TIMEOUT.
+       E.g., LLDB_TEST_TIMEOUT=10m
----------------
Again, make sure you call out that these are environment variables.

http://reviews.llvm.org/D6669

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/






More information about the lldb-commits mailing list