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: