Skip to content

Commit 7edb5d7

Browse files
author
alxndrsn
committed
add alternative timeout
1 parent c0ef768 commit 7edb5d7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/integration/test.replication.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4261,7 +4261,8 @@ describe('suite2 test.replication.js-down-test', function () {
42614261

42624262
it('replicate from down server test', async () => {
42634263
const source = new PouchDB('http://10.1.1.1:1234/store', {
4264-
ajax: {timeout: 10}
4264+
ajax: {timeout: 10},
4265+
timeout: 10,
42654266
});
42664267
const target = new PouchDB(dbs.name);
42674268
await source.replicate.to(target).should.be

0 commit comments

Comments
 (0)