TEST-64-UDEV-STORAGE: Give higher priority

Some of the udev storage tests can take quite a while, so let's make
sure they start early enough.
This commit is contained in:
Daan De Meyer 2024-05-15 07:27:00 +02:00
parent 4197900135
commit 7379849ce0

View file

@ -32,6 +32,7 @@ foreach testcase : [
'mkosi-args' : integration_test_template['mkosi-args'] + [
'--configure-script', files('@0@.configure'.format(testcase)),
],
'priority' : 10,
},
]
endforeach