Unverified Commit f430340d authored by Christopher Ryan Combs Jr's avatar Christopher Ryan Combs Jr Committed by GitHub
Browse files

Added timeout of 500 seconds to tests

parent 2127b3de
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -42,9 +42,9 @@ pipeline {
                    export ISISROOT="${workspace}/install"
                    set +e
                    cd build
                    ctest -j8 -R _unit_ 
                    ctest -j8 -R _app_ 
                    ctest -j8 -R _module_ 
                    ctest -j8 -R _unit_ --timeout 500
                    ctest -j8 -R _app_ --timeout 500
                    ctest -j8 -R _module_ --timeout 500 
                   """
            }
        }