Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
tbg committed Apr 23, 2015
1 parent 018ffad commit 764373d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion kv/dist_sender_server_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ func TestRangeLookupWithOpenTransaction(t *testing.T) {
select {
case <-success:
// Hurrah!
case <-time.After(1 * time.Second):
case <-time.After(5 * time.Second):
t.Errorf("get request did not succeed in face of range metadata intent")
}
}
Expand Down
2 changes: 1 addition & 1 deletion rpc/send_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ func TestUnretryableError(t *testing.T) {
N: 1,
Ordering: OrderStable,
SendNextTimeout: 1 * time.Second,
Timeout: 1 * time.Second,
Timeout: 5 * time.Second,
}
getArgs := func(addr net.Addr) interface{} {
return &proto.PingRequest{}
Expand Down

0 comments on commit 764373d

Please sign in to comment.