Skip to content

Commit 9346df4

Browse files
committed
Small fix
1 parent f898c66 commit 9346df4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/aws-durable-execution-sdk-js-examples/src/examples/run-in-child-context/checkpoint-size-limit/run-in-child-context-checkpoint-size-limit.test.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ createTests({
66
name: "run-in-child-context-checkpoint-size-limit boundary test",
77
functionName: "run-in-child-context-checkpoint-size-limit",
88
handler,
9-
// localRunnerConfig: {
10-
// checkpointDelay: 100,
11-
// },
9+
localRunnerConfig: {
10+
checkpointDelay: 100,
11+
},
1212
tests: (runner, { assertEventSignatures }) => {
1313
it("should handle 100 iterations near checkpoint size limit", async () => {
1414
const execution = await runner.run();

0 commit comments

Comments
 (0)