Skip to content

Instantly share code, notes, and snippets.

@Jc2k
Created February 4, 2013 22:08
Show Gist options
  • Select an option

  • Save Jc2k/4710145 to your computer and use it in GitHub Desktop.

Select an option

Save Jc2k/4710145 to your computer and use it in GitHub Desktop.
Workaround from svn
def _setBuildWaitTimer(self):
self._clearBuildWaitTimer()
if self.build_wait_timeout <= 0:
return
self.build_wait_timer = reactor.callLater(
self.build_wait_timeout, self._soft_disconnect)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment