call site 17 for execnet.Channel.waitclose
execnet/testing/test_gateway.py - line 114
112
113
114
115
   def test_remote_exec_error_after_close(self):
       channel = self.gw.remote_exec('pass')
->     channel.waitclose(TESTTIMEOUT)
       py.test.raises(IOError, channel.send, 0)