mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
bump a test timeout
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user