diff --git a/opensource/project/test-and-docs.md b/opensource/project/test-and-docs.md index c922b28519..a8cee6add4 100644 --- a/opensource/project/test-and-docs.md +++ b/opensource/project/test-and-docs.md @@ -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). \ No newline at end of file +issue](../workflow/make-a-contribution.md).