Skip to content

Commit

Permalink
delete time.Sleep in unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
dongjianhui03 committed Aug 8, 2021
1 parent 0c6141b commit f77f7c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion remoting/getty/getty_client_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -435,7 +435,7 @@ func (u *UserProvider) GetUser(ctx context.Context, req []interface{}, rsp *User

func (u *UserProvider) GetUser0(id string, k *User, name string) (User, error) {
// fix testClient_AsyncCall assertion bug(#1233)
time.Sleep(1 * time.Second)
//time.Sleep(1 * time.Second)
return User{ID: id, Name: name}, nil
}

Expand Down

0 comments on commit f77f7c7

Please sign in to comment.