Fix timeouts on authorized/claim tests

This commit is contained in:
Emily Stark
2014-02-18 23:22:49 -08:00
parent 15602cbe16
commit e3675cb040
2 changed files with 2 additions and 2 deletions

View File

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

View File

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