The tests build XCore-image's with a default memory map of 32MB - passed in the target flags.
It should be noted that the XCore emulator's speed is affected by the size of memory.
Also the amount of host memory required is several times the XCore-image memory size.
Thus running several large xcore-images in parallel may result in thrashing!
The RUNTIMELIMIT=7200 is passed in on the commandline.
Make sure only tests that need longer over-write it.