perf test fix
This commit is contained in:
parent
f78f5366cf
commit
c780918501
1 changed files with 1 additions and 1 deletions
|
@ -248,7 +248,7 @@ public class AccessTokenPerfTest {
|
|||
@Test
|
||||
public void perfBrowserLogin()
|
||||
{
|
||||
long ITERATIONS = 100;
|
||||
long ITERATIONS = 3;
|
||||
long start = System.currentTimeMillis();
|
||||
BrowserLogin login = new BrowserLogin();
|
||||
for (int i = 0; i < ITERATIONS; i++) {
|
||||
|
|
Loading…
Reference in a new issue