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 a974ce4 commit fef0709
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 @@ -32,7 +32,7 @@ jobs:
export VDLPATH=$GITHUB_WORKSPACE
go test --race --covermode=atomic --timeout=15m ./...
cd x/ref/examples
go test --race --covermode=atomic ./...
go test -v --race --covermode=atomic ./...
integration-tests:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion x/ref/runtime/internal/rpc/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ func WithNewDispatchingServer(ctx *context.T,
typeCache: newTypeCache(),
state: rpc.ServerInitializing,
endpoints: make(map[string]naming.Endpoint),
lameDuckTimeout: 10 * time.Second, // TODO(cnicolaou): make this an option
lameDuckTimeout: 5 * time.Second, // TODO(cnicolaou): make this an option
closed: make(chan struct{}),
outstanding: newOutstandingStats(naming.Join("rpc", "server", "outstanding", rid.String())),
}
Expand Down

0 comments on commit fef0709

Please sign in to comment.