Skip to content

Commit 4bc4689

Browse files
Fennygitbook-bot
authored andcommitted
GitBook: [master] one page modified
1 parent 750e5ba commit 4bc4689

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

application.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ app.Listen(443, config)
281281

282282
## Test
283283

284-
Testing your application is done with the **Test** method. Use this method for creating `_test.go` files or when you need to debug your routing logic.
284+
Testing your application is done with the **Test** method. Use this method for creating `_test.go` files or when you need to debug your routing logic. The default timeout is `200ms` if you want to disable a timeout completely, pass `-1` as a second argument.
285285

286286
{% code title="Signature" %}
287287
```go

0 commit comments

Comments
 (0)