Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
cosnicolaou committed Jan 3, 2024
1 parent 6706a97 commit 73a7af6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Test
run: |
export VDLPATH=$GITHUB_WORKSPACE
go test -v --race --covermode=atomic --timeout=15m ./x/ref/services/xproxy/xproxy
go test --race --covermode=atomic --timeout=15m ./...
cd x/ref/examples
go test --race --covermode=atomic ./...
Expand Down
2 changes: 1 addition & 1 deletion x/ref/runtime/internal/rpc/proxymgr.go
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ func (pm *proxyManager) manageProxyConnections(ctx *context.T) {
}
pm.updateAvailableProxies(ctx)
if pm.canGrow() {
return
break
}
}
}
Expand Down

0 comments on commit 73a7af6

Please sign in to comment.