Skip to content

Commit

Permalink
Indicate which batch dispatch failed.
Browse files Browse the repository at this point in the history
  • Loading branch information
reid committed Apr 11, 2012
1 parent e8ac2e1 commit e3938b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/functional.js
Expand Up @@ -72,7 +72,7 @@ function visitorContext(createBatchConfiguration) {
agentCompleteFires = 0, agentCompleteFires = 0,
agentSeenFires = 0, agentSeenFires = 0,
timeout = setTimeout(function () { timeout = setTimeout(function () {
vow.callback(new Error("Batch dispatch failed.")); vow.callback(new Error("Batch dispatch failed for " + lastTopic.url));
process.exit(1); process.exit(1);
}, 20000), }, 20000),
batch = lastTopic.client.createBatch(createBatchConfiguration); batch = lastTopic.client.createBatch(createBatchConfiguration);
Expand Down

0 comments on commit e3938b1

Please sign in to comment.