We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20fa41e commit d1d1a94Copy full SHA for d1d1a94
1 file changed
jenkins-cli/jenkins_cli.py
@@ -160,7 +160,8 @@ def console(self, args):
160
if new_line_num > last_line_num:
161
print "\n".join(console_out[last_line_num:])
162
last_line_num = new_line_num
163
- time.sleep(2)
+ time.sleep(3)
164
+ build_info = self.jenkins.get_build_info(job_name, build_number)
165
166
def building(self, args):
167
args.d = False
0 commit comments