bump a test timeout

This commit is contained in:
Emily Stark
2014-06-25 11:31:17 -07:00
parent 2c99cdc883
commit 6ce6a3ec3f

View File

@@ -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);