Skip to content

Commit e5557e4

Browse files
committed
DPL: fail fast
1 parent 64d56ea commit e5557e4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Framework/Core/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -280,6 +280,7 @@ foreach(w
280280
o2_add_test(${w} NAME test_Framework_test_${w}
281281
SOURCES test/test_${w}.cxx
282282
COMPONENT_NAME Framework
283+
MAX_ATTEMPTS 1
283284
LABELS framework workflow
284285
PUBLIC_LINK_LIBRARIES O2::Framework
285286
TIMEOUT 30
@@ -300,6 +301,7 @@ o2_add_test(
300301
ProcessorOptions NAME test_Framework_test_ProcessorOptions
301302
SOURCES test/test_ProcessorOptions.cxx
302303
COMPONENT_NAME Framework
304+
MAX_ATTEMPTS 1
303305
LABELS framework workflow
304306
TIMEOUT 60
305307
PUBLIC_LINK_LIBRARIES O2::Framework

0 commit comments

Comments
 (0)