Skip to content

Commit c99e4b1

Browse files
author
Aries Yuwono
committed
increase timeout
1 parent f801428 commit c99e4b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test-complete/nodejs-temporal-insert.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ describe('Temporal insert test', function() {
3535
var docuri = 'temporalDoc.json';
3636

3737
before(function(done) {
38-
this.timeout(1000);
38+
this.timeout(10000);
3939
db.documents.write({
4040
uri: docuri,
4141
collections: ['coll0', 'coll1'],

0 commit comments

Comments
 (0)