minor patch to fix unit test failing due slow computer ------------------------------------------------------
Key: CAMEL-379 URL: https://issues.apache.org/activemq/browse/CAMEL-379 Project: Apache Camel Issue Type: Bug Components: camel-core Affects Versions: 1.3.0 Environment: WinXP Reporter: Claus Ibsen Attachments: fix_broken_test_on_slow_windows.txt On my laptop I nearly constantly get unit test failure in camel-core when testing from scratch. The file is DirectoryCreateIssueTest that only sleeps for 2 sec, and it takes nearly 7 secs on my computer to generate the files for the unit test to pass with flying colors. This patch increases the sleep to 10 sec. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.