diff --git a/Jenkinsfile b/Jenkinsfile index 340a985dc92e6c065f6ef7ce9064c6f44fef462a..372cb8c6a73ac926a4b41c020b668e40a6c387ee 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -578,12 +578,12 @@ pipeline { catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { pre_test_win() - timeout(time: 20, unit: 'MINUTES'){ - bat''' - cd C:\\workspace\\TDinternal\\community\\tests\\pytest - .\\test-all.bat wintest - ''' - } + // timeout(time: 20, unit: 'MINUTES'){ + // bat''' + // cd C:\\workspace\\TDinternal\\community\\tests\\pytest + // .\\test-all.bat wintest + // ''' + // } } script{ win_stop=1