diff --git a/tools/tests/report-stats.js b/tools/tests/report-stats.js index aa6b5bcf71..4ad79970ed 100644 --- a/tools/tests/report-stats.js +++ b/tools/tests/report-stats.js @@ -148,7 +148,7 @@ selftest.define("report-stats", ["slow"], function () { // Log out, and then test that our session id still gets recorded. testUtils.logout(s); run = s.run("run"); - run.waitSecs(5); + run.waitSecs(15); run.match("BLAH"); appPackages = stats.getPackagesForAppIdInTest(sandboxProject); selftest.expectEqual(appPackages.userId, null);