Skip to content

Commit

Permalink
Increase capture page load timeout.
Browse files Browse the repository at this point in the history
  • Loading branch information
reid committed Mar 20, 2012
1 parent d9a26f9 commit 3eceed5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/functional.js
Expand Up @@ -26,7 +26,7 @@ function visitorContext() {
browser.createPage(function (page) {
var timeout = setTimeout(function () {
vow.callback(new Error("The capture page took too long to load."));
}, 1000);
}, 5000);
lastTopic.client.once("agentConnect", function (agent) {
clearTimeout(timeout);
vow.callback(null, {
Expand Down

0 comments on commit 3eceed5

Please sign in to comment.