setTimeout(function() {
          db2.get("key", function(err, value) {
            t.equal(value, expected);
            t.end();
          });