Commit 42a8294
committed
Fix workspace-filesystem cleanup timeout budget
Pass STEP_TIMEOUT_MS (1000ms) as per-session timeout to cleanupOwnedWorkspaceFilesystemArtifacts instead of the step wrapper timeout. The step wrapper timeout is bulkStepTimeoutMs(count) = count * 1000 + 100, which gives enough room for count sequential operations at 1000ms each. Passing the step wrapper timeout as the per-session timeout causes total time to be count * bulkStepTimeoutMs(count), exceeding the step budget.1 parent 2ea5733 commit 42a8294
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
199 | 199 | | |
200 | 200 | | |
201 | 201 | | |
202 | | - | |
| 202 | + | |
203 | 203 | | |
204 | 204 | | |
205 | 205 | | |
| |||
0 commit comments