Skip to content

Commit

Permalink
CI: Remove Wang-Landau test from coverage builds
Browse files Browse the repository at this point in the history
The test times out on CI runners under load when coverage is enabled.
The runtime increases from 220s on a runner without load to 280-300s
when 2 or more CI jobs are executed on the same runner.
  • Loading branch information
jngrad committed Jun 26, 2020
1 parent dab534b commit 722bc52
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion testsuite/python/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,9 @@ python_test(FILE analyze_distance.py MAX_NUM_PROC 1)
python_test(FILE comfixed.py MAX_NUM_PROC 2)
python_test(FILE rescale.py MAX_NUM_PROC 2)
python_test(FILE accumulator.py MAX_NUM_PROC 4)
python_test(FILE wang_landau_reaction_ensemble.py MAX_NUM_PROC 1 LABELS long)
if(NOT WITH_COVERAGE)
python_test(FILE wang_landau_reaction_ensemble.py MAX_NUM_PROC 1 LABELS long)
endif()
python_test(FILE array_properties.py MAX_NUM_PROC 4)
python_test(FILE analyze_distribution.py MAX_NUM_PROC 1)
python_test(FILE observable_profile.py MAX_NUM_PROC 4)
Expand Down

0 comments on commit 722bc52

Please sign in to comment.