Skip to content

Commit fbdcc1c

Browse files
committed
Sample Tests
1 parent 742037c commit fbdcc1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/com/lambdatest/Tests/ParallelJenkinsTestThreadControl.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ public class ParallelJenkinsTestThreadControl {
3535
public static String status = "failed";
3636
public String buildTag = System.getenv("LT_BUILD_NAME");
3737
public String gridURL = System.getenv("LT_GRID_URL");
38-
public static String threadcount = System.getenv("threadcount");
38+
public static String threadcount = System.getProperty("threadcount");
3939

4040
public static void main(String[] args) {
4141

0 commit comments

Comments
 (0)