Skip to content
This repository has been archived by the owner on Feb 19, 2020. It is now read-only.

Commit

Permalink
Merge branch 'master' of git://github.com/fritzy/SleekXMPP into develop
Browse files Browse the repository at this point in the history
# By Joe Hildebrand (2) and Lance Stout (1)
# Via Lance Stout
* 'master' of git://github.com/fritzy/SleekXMPP:
  Relax timing issues in Iq timeout callback test.
  update JID_CACHE logic again.
  Allow IQ timeouts to be asynchronous, by passing a timeout_callback parameter to send().  An example modification of disco is included.  If this approach is approved, I'll go through and update the other plugins.

Conflicts:
	tests/test_stream_handlers.py
  • Loading branch information
hildjj committed Oct 31, 2012
2 parents 48def71 + 2229ad8 commit ef1c436
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_stream_handlers.py
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ def handle_timeout(iq):
""")

# Give event queue time to process
time.sleep(0.1)
time.sleep(1)

self.failUnless(events == ['timeout'],
"Iq timeout was not executed: %s" % events)
Expand Down

0 comments on commit ef1c436

Please sign in to comment.