mirror of https://github.com/docker/docs.git
parent
3b25aeda0c
commit
1fc4c36b94
|
@ -91,7 +91,7 @@ hour. To run the test suite, do the following:
|
|||
|
||||
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
|
||||
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:
|
||||
|
||||
|
@ -361,4 +361,4 @@ docs.docker.com, but you will be able to preview the changes.
|
|||
Congratulations, you have successfully completed the basics you need to
|
||||
understand the Docker test framework. In the next steps, you use what you have
|
||||
learned so far to [contribute to Docker by working on an
|
||||
issue](../workflow/make-a-contribution.md).
|
||||
issue](../workflow/make-a-contribution.md).
|
||||
|
|
Loading…
Reference in New Issue