Commit 3c7d7e0
committed
Fix force-checkpointing-invoke test timeout by disabling retries
- Add retryPresets.noRetry to long-running step (20s sleep)
- Prevents test timeout when step fails and retries with default strategy
- Test was timing out at 30s due to retry delays on top of 20s sleep1 parent 0d88f63 commit 3c7d7e0
File tree
1 file changed
+9
-4
lines changed- packages/aws-durable-execution-sdk-js-examples/src/examples/force-checkpointing/invoke
1 file changed
+9
-4
lines changedLines changed: 9 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
4 | 5 | | |
5 | 6 | | |
6 | 7 | | |
| |||
18 | 19 | | |
19 | 20 | | |
20 | 21 | | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
25 | 30 | | |
26 | 31 | | |
27 | 32 | | |
| |||
0 commit comments