Skip to content
  • Christophe Giboudeaux's avatar
    Set the default test timeout to 5 minutes for kdepimlibs, kdepim and... · 3dc88f64
    Christophe Giboudeaux authored
    Set the default test timeout to 5 minutes for kdepimlibs, kdepim and kdepim-runtime (vs. 25min by default).
    This will drastically reduce the spent time when running 'make Experimental' or 'make ExperimentalTest'
    
    To be sure you use the correct timeout value, you may have to delete the DartConfiguration.tcl in your build dir
    or manually change the 'TimeOut' value inside this file.
    
    If a given test requires more than 5 minutes, you can adjust this value in your CMakeLists.txt, eg:
    add_test(myTest)
    set_test_properties(myTest PROPERTIES TIMEOUT 500)
    
    will be skipped after 500 seconds.
    
    
    
    svn path=/trunk/KDE/kdepim/runtime/; revision=1110236
    3dc88f64