We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8484969 commit fe497daCopy full SHA for fe497da
unittests/test_config.py
@@ -229,7 +229,7 @@ def test_select_subconfig():
229
assert site_config.get('systems/0/partitions/0/container_platforms') == []
230
assert site_config.get('systems/0/partitions/0/modules') == []
231
assert site_config.get('systems/0/partitions/0/variables') == []
232
- assert site_config.get('systems/0/partitions/0/max_jobs') == 1
+ assert site_config.get('systems/0/partitions/0/max_jobs') == 8
233
assert len(site_config['environments']) == 6
234
assert site_config.get('environments/@PrgEnv-gnu/cc') == 'gcc'
235
assert site_config.get('environments/0/cxx') == 'g++'
0 commit comments