Skip to content

Commit d3f6eed

Browse files
committedDec 20, 2023
debugging views test
1 parent cb579dd commit d3f6eed

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎plugins/views/tests.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -720,12 +720,13 @@ describe('Testing views plugin', function() {
720720

721721
}
722722
else {
723+
console.log(JSON.stringify(res));
723724
console.log(JSON.stringify(userObject2));
724725
console.log(JSON.stringify(userObject));
725726
done("Invalid merging users ");
726727
}
727728
});
728-
}, 5000);
729+
}, 20000);
729730

730731
}
731732
else {

0 commit comments

Comments
 (0)
Please sign in to comment.