We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c05713b commit e356fbbCopy full SHA for e356fbb
2 files changed
.github/workflows/check.yml
@@ -49,7 +49,7 @@ jobs:
49
50
- name: Run tests
51
run: |
52
- go test ./...
+ go test ./... -timeout 20s
53
54
build:
55
strategy:
proxyrelay/proxyrelay_test.go
@@ -14,8 +14,8 @@ import (
14
)
15
16
const (
17
- testServerAddr = "127.0.0.222:222"
18
- testProxyAddr = "127.0.0.111:111"
+ testServerAddr = "127.0.0.1:9248"
+ testProxyAddr = "127.0.0.1:3874"
19
20
21
func TestProxyRelay(t *testing.T) { //nolint:cyclop
0 commit comments