From 6ce6a3ec3fcac2d7adfae58eb02010e43dbf3836 Mon Sep 17 00:00:00 2001 From: Emily Stark Date: Wed, 25 Jun 2014 11:31:17 -0700 Subject: [PATCH] bump a test timeout --- tools/tests/report-stats.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);