Skip to content

Commit fd9e1ba

Browse files
test: allow Windows coverage fixture time
1 parent 8e20d9d commit fd9e1ba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/context/tests/testRun.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -677,7 +677,7 @@ test('truncates aggregate execution files deterministically', async () => {
677677
},
678678
]);
679679
});
680-
});
680+
}, 15_000);
681681

682682
test('normalizes failures, retries, skipped and todo cases', async () => {
683683
await withTempWorkspace(async (workspaceRoot) => {

0 commit comments

Comments
 (0)