Skip to content

Commit 20fa41e

Browse files
committed
+ uinteractive console
1 parent b67b079 commit 20fa41e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

jenkins-cli/jenkins_cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ def console(self, args):
160160
if new_line_num > last_line_num:
161161
print "\n".join(console_out[last_line_num:])
162162
last_line_num = new_line_num
163-
time.sleep(5)
163+
time.sleep(2)
164164

165165
def building(self, args):
166166
args.d = False

0 commit comments

Comments
 (0)