Hey folks,
Trying to work out the best way to fix this issue.
I'm working on OS X with flexmojos 4.0-beta-3 compiling various swc,
swf and air packages in a large multi-module project.
On my local machine with 8GB RAM and core i7 processor all the unit
tests (using Flash Player and adl) pass as expected.
But when I run them via hudson on a mac mini with 2GB of RAM and Intel
Core 2 Duo, the unit tests frequently fail with the "Read timed out"
error.
I've modified the testTimeout parameter using:
<execution>
<goals>
<goal>test-run</goal>
</goals>
<configuration>
<testTimeout>60000</testTimeout>
</configuration>
</execution>
But this doesn't appear to have helped. Any idea how I can fix this
problem without upgrading the hardware?
--
mischa (aka muji).
--
You received this message because you are subscribed to the Google
Groups "Flex Mojos" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/flex-mojos
http://flexmojos.sonatype.org/