Skip to content

Commit 4870fd0

Browse files
author
Amoki
committed
better check on timeout test
1 parent 3f4c49a commit 4870fd0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/helpers/hydrater.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ describe("hydrate()", function() {
8989

9090
hydrate(task, function(err, changes) {
9191
changes.should.have.property('hydration_errored', true);
92+
changes.should.have.property('hydration_error', 'Task took too long.');
9293
process.env.TIMEOUT = 60 * 1000;
9394
done(err);
9495
});

0 commit comments

Comments
 (0)