From a3c921f0a610d0b7e17a42ae88830f1a26285e3e Mon Sep 17 00:00:00 2001 From: Eric Leblond Date: Wed, 11 Mar 2015 19:08:37 +0100 Subject: [PATCH] prscript: suppress useless message No build run faster than 2 seconds. --- qa/prscript.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/qa/prscript.py b/qa/prscript.py index 45d435a707..cab6849ee1 100755 --- a/qa/prscript.py +++ b/qa/prscript.py @@ -240,9 +240,7 @@ if not args.check: buildids = {} if args.docker: - from time import sleep - print "Waiting 2 seconds" - sleep(2) + time.sleep(2) # get build number and exit if we don't have for build in BUILDERS_LIST: