We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2929ede commit 7e69661Copy full SHA for 7e69661
1 file changed
packages/cli-v3/e2e/fixtures.ts
@@ -66,7 +66,7 @@ export const fixturesConfig: TestCase[] = [
66
{
67
task: { id: "helloWorld", filePath: "src/trigger/helloWorld.ts", exportName: "helloWorld" },
68
payload: "{}",
69
- result: { ok: true, durationMs: 1000 },
+ result: { ok: true, durationMs: 500 },
70
},
71
],
72
tsconfig: "tsconfig.json",
0 commit comments