Skip to content

Commit 8cc200a

Browse files
test timeout
1 parent b0b553b commit 8cc200a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/web/tests/stream.test.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,8 @@ export async function generateConnectedDatabase(
9292
}
9393

9494
describe('Streaming', {
95-
sequential: true
95+
sequential: true,
96+
timeout: 30_000
9697
}, () => {
9798
/**
9899
* Declares a test to be executed with different generated db functions

0 commit comments

Comments
 (0)