Skip to content

Commit 91af5a5

Browse files
author
Aries Yuwono
committed
change function timeout
1 parent a425033 commit 91af5a5

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -109,9 +109,8 @@ describe('LSQT query (lsqtQuery) Test', function() {
109109

110110

111111
it('should wait for lsqt advancement', function(done) {
112-
setTimeout(function() {
113-
done();
114-
}, 10000);
112+
this.timeout(15000);
113+
done();
115114
});
116115

117116

0 commit comments

Comments
 (0)