Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
rtpt-erikgeiser committed May 9, 2023
1 parent c05713b commit e356fbb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:

- name: Run tests
run: |
go test ./...
go test ./... -timeout 20s
build:
strategy:
Expand Down
4 changes: 2 additions & 2 deletions proxyrelay/proxyrelay_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ import (
)

const (
testServerAddr = "127.0.0.222:222"
testProxyAddr = "127.0.0.111:111"
testServerAddr = "127.0.0.1:9248"
testProxyAddr = "127.0.0.1:3874"
)

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

0 comments on commit e356fbb

Please sign in to comment.