Skip to content

Commit

Permalink
Drastic speed up
Browse files Browse the repository at this point in the history
  • Loading branch information
ctiller committed Feb 25, 2015
1 parent 8ad8a41 commit 4b5c4db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/core/end2end/cq_verifier.c
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ void cq_verify(cq_verifier *v) {
}

void cq_verify_empty(cq_verifier *v) {
gpr_timespec deadline = GRPC_TIMEOUT_SECONDS_TO_DEADLINE(3);
gpr_timespec deadline = gpr_time_add(gpr_now(), gpr_time_from_seconds(1));
grpc_event *ev;

GPR_ASSERT(v->expect.next == &v->expect && "expectation queue must be empty");
Expand Down

0 comments on commit 4b5c4db

Please sign in to comment.