Skip to content

Commit

Permalink
test timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
stevensJourney committed Feb 11, 2025
1 parent b0b553b commit 8cc200a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/web/tests/stream.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,8 @@ export async function generateConnectedDatabase(
}

describe('Streaming', {
sequential: true
sequential: true,
timeout: 30_000
}, () => {
/**
* Declares a test to be executed with different generated db functions
Expand Down

0 comments on commit 8cc200a

Please sign in to comment.