Skip to content

Commit 5b8490a

Browse files
committed
make tests more robust on slow machine
1 parent 336c2f1 commit 5b8490a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/test.main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -993,7 +993,7 @@ describe('main', function () {
993993
app.migrate([{ up : _testSchema, down : ''}]);
994994

995995
const _numPatches = 100000;
996-
const _threshold = 150; // ms
996+
const _threshold = 180; // ms
997997
const _patches = [];
998998
const _peerCount = 10;
999999
// Create patches

0 commit comments

Comments
 (0)