Skip to content
Snippets Groups Projects
Commit cda14199 authored by felmer's avatar felmer
Browse files

increase waiting time for post registration tasks in system tests of DssComponentTest

SVN: 28684
parent 8bbdc895
No related branches found
No related tags found
No related merge requests found
......@@ -493,7 +493,7 @@ public class DssComponentTest extends SystemTestCase
// The default dss service.properties has a post-registration maintenance
// task scheduled to run every 30 seconds, so wait until it has run and cleaned
// up the queue.
Thread.sleep(31 * 1000);
Thread.sleep(40 * 1000);
} catch (InterruptedException e)
{
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment