Skip to content

Commit 1511192

Browse files
Will Munnwillm
Will Munn
authored andcommitted
Extend timeout in test
1 parent cd680f6 commit 1511192

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/parse/__tests__/issues/issue102.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,5 @@ describe('Issue #102 - https://github.com/C2FO/fast-csv/issues/102', () => {
3636
res(() => {});
3737
});
3838
});
39-
});
39+
}, 7000);
4040
});

0 commit comments

Comments
 (0)