Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

issue with flash builder code coverage plugin? #50

Open
jasongardnerlv opened this issue Jan 4, 2012 · 1 comment
Open

issue with flash builder code coverage plugin? #50

jasongardnerlv opened this issue Jan 4, 2012 · 1 comment

Comments

@jasongardnerlv
Copy link

I just started using mockolate yesterday, and I'm enjoying the experience ;)

I noticed something though. I had a test that was making a nice mockolate out of a spark.components.Form. I was testing a function that takes a Form parameter and dynamically adds some FormItem objects to it. The test worked fine (FlexUnit4.1), although was very slow. However, if I ran the test runner while connecting to the FB code coverage plugin, the tests hang and never finish.

I'll switch to using an interface or something, but wanted to mention it. I can provide more details if it isn't easily reproducible.

Thanks for the great product!

@Amnes
Copy link

Amnes commented Jun 12, 2012

You should set timeout:

Async.proceedOnEvent(this,
target,
Event.COMPLETE,
10000);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants