Skip to content

Commit 7481af1

Browse files
test(std): add retry for e2e app tests
1 parent 22ca916 commit 7481af1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/jco-std/test/e2e/apps.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ suite("hono apps", async () => {
8686
// Get wasmtime dir path, ensure it exists
8787
const wasmtimeBin = await getWasmtimeBin();
8888

89-
test.concurrent(`[${appFolderName}]`, async () => {
89+
test(`[${appFolderName}]`, { retry: 3 }, async () => {
9090
log(`testing app [${appFolderName}]`);
9191

9292
// Bundle the application w/ deps via rolldown

0 commit comments

Comments
 (0)