call site 3 for execnet.Channel.waitclose
execnet/testing/test_gateway.py - line 106
104
105
106
   def test_remote_exec_waitclose_2(self):
       channel = self.gw.remote_exec('def gccycle(): pass')
->     channel.waitclose(TESTTIMEOUT)