perf test fix

This commit is contained in:
Bill Burke 2014-06-20 17:15:16 -04:00
parent f78f5366cf
commit c780918501

View file

@ -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++) {