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 569e490 commit d6fffbcCopy full SHA for d6fffbc
1 file changed
exasol/ds/sandbox/lib/aws_access/waiter/codebuild_waiter.py
@@ -20,7 +20,7 @@ def _wait_for(seconds: int, interval: int) -> Iterable[int]:
20
for _ in range(int(seconds / interval)):
21
yield interval
22
23
- def wait(self, timeout_in_seconds: int = 60*60*2, interval_in_seconds: int = 30):
+ def wait(self, timeout_in_seconds: int = 60*60*4, interval_in_seconds: int = 30):
24
"""
25
Waits until the build finishes or runs into the timeout given by parameter "timeout_in_minutes".
26
If the build finishes with an error or ran into the timeout, it throws an exception;
0 commit comments