Skip to content

Commit

Permalink
Reduced number of threads
Browse files Browse the repository at this point in the history
  • Loading branch information
mcasperson committed Aug 6, 2017
1 parent 99e8a82 commit bbc3b14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/java/au/com/agic/apptesting/LiveTests.java
Original file line number Diff line number Diff line change
Expand Up @@ -680,7 +680,7 @@ private void setCommonProperties() {
System.setProperty("configuration", "");
System.setProperty("browserStackUsername", "");
System.setProperty("browserStackAccessToken", "");
System.setProperty("numberOfThreads", "5");
System.setProperty("numberOfThreads", "2");
}

/**
Expand Down

0 comments on commit bbc3b14

Please sign in to comment.