X Tutup
Skip to content

Commit 665c1ae

Browse files
author
Dariusz Suchojad
committed
SESPRINGPYTHONPY-133: Increased the sleep time to prevent spurious test failures.
git-svn-id: https://src.springframework.org/svn/se-springpython-py/sandbox/dsuch/jira/SESPRINGPYTHONPY-133@761 ce8fead1-4192-4296-8608-a705134b927f
1 parent d5e60a3 commit 665c1ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

springpython/test/springpythontest/jms_websphere_mq_test_cases.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1543,7 +1543,7 @@ def receive(self, destination, wait_interval):
15431543
try:
15441544
listener.run()
15451545
except WebSphereMQJMSException, e:
1546-
sleep(0.1) # Allows the handler thread to process the message
1546+
sleep(0.5) # Allows the handler thread to process the message
15471547
self.assertEquals(e.message, exception_reason)
15481548
self.assertEquals(3, factory.call_count)
15491549
self.assertEquals(1, len(handler.data))

0 commit comments

Comments
 (0)
X Tutup