We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f801428 commit c99e4b1Copy full SHA for c99e4b1
test-complete/nodejs-temporal-insert.js
@@ -35,7 +35,7 @@ describe('Temporal insert test', function() {
35
var docuri = 'temporalDoc.json';
36
37
before(function(done) {
38
- this.timeout(1000);
+ this.timeout(10000);
39
db.documents.write({
40
uri: docuri,
41
collections: ['coll0', 'coll1'],
0 commit comments