diff --git a/tools/tests/authorized.js b/tools/tests/authorized.js index 755690396c..bda056dd43 100644 --- a/tools/tests/authorized.js +++ b/tools/tests/authorized.js @@ -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); diff --git a/tools/tests/claim.js b/tools/tests/claim.js index a7a076c4cb..03e87136eb 100644 --- a/tools/tests/claim.js +++ b/tools/tests/claim.js @@ -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);