nuto icon indicating copy to clipboard operation
nuto copied to clipboard

ExplicitTimeIntegration test takes too long

Open vhirtham opened this issue 8 years ago • 2 comments

If I compile in debug mode and run the tests I have to wait 10minutes (636s) just for the explicit time integration test. Thats 58% of the whole testing time (1080s). Is there any way to reduce the execution time?

vhirtham avatar Jul 07 '17 18:07 vhirtham

Yes. Since the test involves a simple wave equation and the solution is known it is probably enough to do only some time steps and then compare the result. In my opinion it is also not necessary to use such a fast varying load (step function type) for testing puposes. This may be done along with the changes suggested in #45 (and maybe also be done by me).

pmueller2 avatar Jul 10 '17 06:07 pmueller2

Once this is done, I suggest moving it to integrationtests, since it is actually a test and should influence our coverage.

Psirus avatar Jul 13 '17 12:07 Psirus