On Fri, Dec 4, 2009 at 5:55 PM, Tammer Salem <[email protected]> wrote: > testHandshake(org.apache.vysper.stanzasession.StanzaSessionTestCase)
This should now be fixed. This test would be calling NodePrep which on first run needed to be initiated, something which on my laptop takes about 1 second. Since the test only waited for 1 second, the test would fail on some runs. On a slower computer, this would be more frequent. Now, we allow for 10 seconds wait. /niklas
