Skip to content

Commit c6b6dc6

Browse files
authored
testCcdbDatabase is timing out, don't know why. Increasing the timeout. (#566)
1 parent 926e67c commit c6b6dc6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Framework/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ set_property(TEST testCheckWorkflow PROPERTY TIMEOUT 60)
320320
set_property(TEST testCheckWorkflow PROPERTY LABELS slow)
321321
set_property(TEST testObjectsManager PROPERTY TIMEOUT 20)
322322
set_property(TEST testObjectsManager PROPERTY LABELS slow)
323-
set_property(TEST testCcdbDatabase PROPERTY TIMEOUT 15)
323+
set_property(TEST testCcdbDatabase PROPERTY TIMEOUT 30)
324324
set_property(TEST testCcdbDatabase PROPERTY LABELS slow)
325325
set_property(TEST testCcdbDatabaseExtra PROPERTY LABELS manual)
326326
set_property(TEST testTrendingTask PROPERTY LABELS manual)

0 commit comments

Comments
 (0)