File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
install/ci-vm/ci-linux/ci Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ if [ -e "${dstDir}/ccextractor" ]; then
6363 chmod +x ${tester}
6464 postStatus " testing" " Running tests"
6565 executeCommand cd ${suiteDstDir}
66- executeCommand ${tester} --debug --entries " ${testFile} " --executable " ccextractor" --tempfolder " ${tempFolder} " --timeout 3000 --reportfolder " ${reportFolder} " --resultfolder " ${resultFolder} " --samplefolder " ${sampleFolder} " --method Server --url " ${reportURL} "
66+ executeCommand ${tester} --debug --entries " ${testFile} " --executable " ccextractor" --tempfolder " ${tempFolder} " --timeout 600 --reportfolder " ${reportFolder} " --resultfolder " ${resultFolder} " --samplefolder " ${sampleFolder} " --method Server --url " ${reportURL} "
6767 sendLogFile
6868 postStatus " completed" " Ran all tests"
6969
You can’t perform that action at this time.
0 commit comments