mirror of
https://github.com/Dasharo/systemd.git
synced 2026-03-06 15:02:31 -08:00
TEST-21-DFUZZER: Fix priority
Tests with higher priority, not lower priority are started first.
This commit is contained in:
@@ -4,7 +4,7 @@ integration_tests += [
|
||||
integration_test_template + {
|
||||
'name' : fs.name(meson.current_source_dir()),
|
||||
'timeout' : 3600,
|
||||
'priority' : -50,
|
||||
'priority' : 50,
|
||||
'slow' : true,
|
||||
},
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user