Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit a82856e

Browse files
Giving code coverage more time to run
1 parent a091f80 commit a82856e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/Run-CodeCoverage.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ $codecovArgs = "-f $rootDirectory\coverage.xml"
5454
exit 0
5555
}
5656

57-
Run-Process 600 $opencover $opencoverArgs
57+
Run-Process 1200 $opencover $opencoverArgs
5858

5959
if($AppVeyor) {
6060
Push-AppveyorArtifact "$rootDirectory\coverage.xml"

0 commit comments

Comments
 (0)