Add timeout for server start for tests

* updated a few ports in the examples, just so can copy, paste and run
locally without modification.
This commit is contained in:
joeybloggs
2015-11-02 10:20:44 -05:00
parent 8fc9c2c7fe
commit b65e549d95
5 changed files with 49 additions and 43 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ import (
const (
path = "/webhooks"
port = 80
port = 3016
)
func main() {