Skip to content

Commit

Permalink
Add longer timeout for cf int test
Browse files Browse the repository at this point in the history
  • Loading branch information
nfcampos committed May 5, 2023
1 parent b174eb0 commit 13c6ce3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test-exports-cf/src/index.int.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ describe("Worker", () => {
const text = await resp.text();
expect(text.startsWith("Hello")).toBe(true);
}
});
}, 30000);
});

0 comments on commit 13c6ce3

Please sign in to comment.