Skip to content

Commit

Permalink
SEMAPHORE DEBUGGING: DON'T MERGE!@!!!!!!!!
Browse files Browse the repository at this point in the history
  • Loading branch information
Anthony Romano committed Apr 22, 2017
1 parent 6fea1c5 commit 98203d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clientv3/integration/watch_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ func putAndWatch(t *testing.T, wctx *watchctx, key, val string) {
}
select {
case <-time.After(5 * time.Second):
t.Fatalf("watch timed out")
testutil.FatalStack(t, "watch timed out")
case v, ok := <-wctx.ch:
if !ok {
t.Fatalf("unexpected watch close")
Expand Down

0 comments on commit 98203d4

Please sign in to comment.