Skip to content

Commit 93d7342

Browse files
MDBF 143 - increase infer step timeout
In the absence of a TTY `--progress-bar-style` fallback is `plain` which is not verbose at all, except errors / warnings.
1 parent 89e6f47 commit 93d7342

File tree

1 file changed

+1
-0
lines changed
  • configuration/builders/sequences

1 file changed

+1
-0
lines changed

configuration/builders/sequences/sast.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ def infer(config: DockerConfig):
2727
descriptionDone="infer analysis complete",
2828
),
2929
env_vars=[("JOBS", str("%(prop:jobs)s"))],
30+
timeout=7200,
3031
),
3132
)
3233
)

0 commit comments

Comments
 (0)