Skip to content

Commit

Permalink
Bump Miniflare Durable Object eviction test timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
mrbbot committed Nov 1, 2023
1 parent a4a89ae commit f1ed716
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/miniflare/test/plugins/do/index.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ test("proxies Durable Object methods", async (t) => {

test("Durable Object eviction", async (t) => {
// this test requires testing over a 10 second timeout
t.timeout(12_000);
t.timeout(20_000);

// first set unsafePreventEviction to undefined
const mf = new Miniflare({
Expand All @@ -356,7 +356,7 @@ test("Durable Object eviction", async (t) => {

test("prevent Durable Object eviction", async (t) => {
// this test requires testing over a 10 second timeout
t.timeout(12_000);
t.timeout(20_000);

// first set unsafePreventEviction to undefined
const mf = new Miniflare({
Expand Down

0 comments on commit f1ed716

Please sign in to comment.