mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-02-23 15:11:15 +01:00
fix: up timeout for psql tests
This commit is contained in:
@@ -87,7 +87,7 @@ describe('emailer', () => {
|
|||||||
assert.equal(output, text);
|
assert.equal(output, text);
|
||||||
done();
|
done();
|
||||||
});
|
});
|
||||||
}, 500);
|
}, 2000);
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user