TEST-21-DFUZZER: Fix priority

Tests with higher priority, not lower priority are started first.
This commit is contained in:
Daan De Meyer
2024-05-15 08:26:34 +02:00
parent 985ea31173
commit be60f55c21

View File

@@ -4,7 +4,7 @@ integration_tests += [
integration_test_template + {
'name' : fs.name(meson.current_source_dir()),
'timeout' : 3600,
'priority' : -50,
'priority' : 50,
'slow' : true,
},
]