Hi,

I like to run my stories in multiple threads.
So, I changed this to the configuration code:

    public MyStories() {
        
configuredEmbedder().embedderControls().doGenerateViewAfterStories(true).doIgnoreFailureInStories(true)
                
.doIgnoreFailureInView(true).useThreads(3).useStoryTimeoutInSecs(1800);
    }

But I don't see concurrent execution of stories. What I'm doing wrong here?


Thanks,
Roy

Reply via email to