Skip to content

Commit 7e69661

Browse files
committed
Attempt to fix flaky e2e test
1 parent 2929ede commit 7e69661

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cli-v3/e2e/fixtures.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ export const fixturesConfig: TestCase[] = [
6666
{
6767
task: { id: "helloWorld", filePath: "src/trigger/helloWorld.ts", exportName: "helloWorld" },
6868
payload: "{}",
69-
result: { ok: true, durationMs: 1000 },
69+
result: { ok: true, durationMs: 500 },
7070
},
7171
],
7272
tsconfig: "tsconfig.json",

0 commit comments

Comments
 (0)