Skip to content

Commit 87c4c84

Browse files
Will Munnwillm
authored andcommitted
Extend timeout in test
1 parent 41608be commit 87c4c84

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)