mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Add timeout description.
It is almost impossible to take serveral minutes to complete all the test. Signed-off-by: Yuan Sun <sunyuan3@huawei.com>
This commit is contained in:
parent
536353e87f
commit
76c96da487
1 changed files with 4 additions and 1 deletions
|
@ -107,7 +107,10 @@ Run the entire test suite on your current repository:
|
||||||
* cross-compiles all the binaries for the various operating systems
|
* cross-compiles all the binaries for the various operating systems
|
||||||
* runs all the tests in the system
|
* runs all the tests in the system
|
||||||
|
|
||||||
It can take several minutes to run all the tests. When they complete
|
It can take approximate one hour to run all the tests. The time depends
|
||||||
|
on your host performance. The default timeout is 60 minutes, which is
|
||||||
|
defined in hack/make.sh(${TIMEOUT:=60m}). You can modify the timeout
|
||||||
|
value on the basis of your host performance. When they complete
|
||||||
successfully, you see the output concludes with something like this:
|
successfully, you see the output concludes with something like this:
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue