@@ -45,17 +45,17 @@ test_dir = meson.current_build_dir() + '/../test'
4545test (' api_create_system' ,
4646 python_exe,
4747 env : {' PYTHONDONTWRITEBYTECODE' : ' 1' },
48- args : [api_dir + ' system_template.py' , ' -s' , ' test' ], priority : 10 )
48+ args : [api_dir + ' system_template.py' , ' -s' , ' test' ], priority : 5 )
4949foreach format : [' ascii' , ' sqlite' ]
5050 test (' api_template_build_geometry_in_test_for_format_' + format,
5151 python_exe,
5252 env : {' PYTHONDONTWRITEBYTECODE' : ' 1' },
53- args : [' test.py' , ' -f' , format], workdir : test_dir, priority : - 10 )
53+ args : [' test.py' , ' -f' , format], workdir : test_dir, priority : - 1 )
5454 test (' api_run_gemc_for_format_' + format,
5555 gemc, args : [' test.yaml' , ' -gsystem="[{name: test, factory: ' + format + ' }]" ' ],
5656 workdir : test_dir,
5757 env : project_test_env,
58- priority : - 20 )
58+ priority : - 2 )
5959endforeach
6060
6161# replace geometry with templates
@@ -70,16 +70,16 @@ foreach volume: g4objects.keys()
7070 test (' api_create_template_system_with' + volume,
7171 python_exe,
7272 env : {' PYTHONDONTWRITEBYTECODE' : ' 1' },
73- args : [api_dir + ' system_template.py' , ' -s' , test_name], priority : 10 )
73+ args : [api_dir + ' system_template.py' , ' -s' , test_name], priority : 4 )
7474 test (' api_template_replace_geometry_with' + volume,
7575 python_exe,
7676 env : {' PYTHONDONTWRITEBYTECODE' : ' 1' },
77- args : [api_dir + ' system_template.py' , ' -gv' , volume, ' -gvp' , pars, geo_py, sub_name], workdir : test_dir, priority : - 10 )
77+ args : [api_dir + ' system_template.py' , ' -gv' , volume, ' -gvp' , pars, geo_py, sub_name], workdir : test_dir, priority : - 3 )
7878 foreach format : [' ascii' , ' sqlite' ]
7979 test (' api_template_build_geometry_in_test_of_replacing_geometry_with' + volume + ' _with_format' + format,
8080 python_exe,
8181 env : {' PYTHONDONTWRITEBYTECODE' : ' 1' },
82- args : [python_main, ' -f' , format], workdir : test_dir, priority : - 20 )
82+ args : [python_main, ' -f' , format], workdir : test_dir, priority : - 4 )
8383 test (' api_run_gemc_with_replaced_geometry_using_' + volume + ' _with_format' + format,
8484 gemc,
8585 args : [yaml_file, ' -gsystem="[{name: ' + test_name + ' , factory: ' + format + ' }]" ' ],
0 commit comments