Browse code

Add timeout description.

It is almost impossible to take serveral minutes to complete all the
test.

Signed-off-by: Yuan Sun <sunyuan3@huawei.com>

Yuan Sun authored on 2015/09/19 11:24:16
Showing 1 changed files
... ...
@@ -107,7 +107,10 @@ Run the entire test suite on your current repository:
107 107
     * cross-compiles all the binaries for the various operating systems
108 108
     * runs all the tests in the system
109 109
 
110
-    It can take several minutes to run all the tests. When they complete
110
+    It can take approximate one hour to run all the tests. The time depends
111
+    on your host performance. The default timeout is 60 minutes, which is
112
+    defined in hack/make.sh(${TIMEOUT:=60m}). You can modify the timeout
113
+    value on the basis of your host performance. When they complete
111 114
     successfully, you see the output concludes with something like this:
112 115
 
113 116