Skip to content

Commit a425033

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test-complete/nodejs-temporal-lsqt-query.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ describe('LSQT query (lsqtQuery) Test', function() {
111111
it('should wait for lsqt advancement', function(done) {
112112
setTimeout(function() {
113113
done();
114-
}, 3000);
114+
}, 10000);
115115
});
116116

117117

0 commit comments

Comments
 (0)