milvus/.jenkins/modules/UnitTest/UnitTest.groovy

3 lines
57 B
Groovy

timeout(time: 5, unit: 'MINUTES') {
sh 'make unittest'
}