提交 b5c90cab 编写于 作者: B Benjamin Pasero

debt - increase timeout for some storage tests

上级 45c7f295
......@@ -539,7 +539,9 @@ suite('SQLite Storage Library', () => {
await del(storageDir, tmpdir());
});
test('real world example', async () => {
test('real world example', async function () {
this.timeout(20000);
const storageDir = uniqueStorageDir();
await mkdirp(storageDir);
......@@ -628,7 +630,9 @@ suite('SQLite Storage Library', () => {
await del(storageDir, tmpdir());
});
test('very large item value', async () => {
test('very large item value', async function () {
this.timeout(20000);
const storageDir = uniqueStorageDir();
await mkdirp(storageDir);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册