Skip to content

Commit e356fbb

Browse files
Fix CI
1 parent c05713b commit e356fbb

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949

5050
- name: Run tests
5151
run: |
52-
go test ./...
52+
go test ./... -timeout 20s
5353
5454
build:
5555
strategy:

proxyrelay/proxyrelay_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ import (
1414
)
1515

1616
const (
17-
testServerAddr = "127.0.0.222:222"
18-
testProxyAddr = "127.0.0.111:111"
17+
testServerAddr = "127.0.0.1:9248"
18+
testProxyAddr = "127.0.0.1:3874"
1919
)
2020

2121
func TestProxyRelay(t *testing.T) { //nolint:cyclop

0 commit comments

Comments
 (0)