Skip to content

Commit e162a7e

Browse files
hrideshmgcanihavesomecoffee
authored andcommitted
fix: reduce linux timeout
1 parent c7731d0 commit e162a7e

File tree

1 file changed

+1
-1
lines changed
  • install/ci-vm/ci-linux/ci

1 file changed

+1
-1
lines changed

install/ci-vm/ci-linux/ci/runCI

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)