mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Fix timeouts on authorized/claim tests
This commit is contained in:
@@ -2,7 +2,7 @@ var selftest = require('../selftest.js');
|
||||
var testUtils = require('../test-utils.js');
|
||||
var Sandbox = selftest.Sandbox;
|
||||
|
||||
var commandTimeoutSecs = 15;
|
||||
var commandTimeoutSecs = testUtils.accountsCommandTimeoutSecs;
|
||||
|
||||
var loggedInError = function(run) {
|
||||
run.waitSecs(commandTimeoutSecs);
|
||||
|
||||
@@ -3,7 +3,7 @@ var testUtils = require('../test-utils.js');
|
||||
var Sandbox = selftest.Sandbox;
|
||||
var files = require('../files.js');
|
||||
|
||||
var commandTimeoutSecs = testUtils.commandTimeoutSecs;
|
||||
var commandTimeoutSecs = testUtils.accountsCommandTimeoutSecs;
|
||||
|
||||
var loggedInError = selftest.markStack(function(run) {
|
||||
run.waitSecs(commandTimeoutSecs);
|
||||
|
||||
Reference in New Issue
Block a user