Skip to content

Commit bd598ab

Browse files
committed
increase test case timeout threadhold
1 parent 472cf69 commit bd598ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/extension-driver-duckdb/tests/duckdbDataSource.spec.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ it('Should work with memory-only database', async () => {
104104
// Assert
105105
expect(columns).toEqual([{ name: 'test', type: 'number' }]);
106106
expect(data).toEqual([{ test: 579 }]);
107-
});
107+
}, 20000);
108108

109109
it('Should work with persistent database', async () => {
110110
// Arrange

0 commit comments

Comments
 (0)