~fginther/jenkins-launchpad-plugin/touch-runner-fix-package-install

« back to all changes in this revision

Viewing changes to unlock_screen.py

  • Committer: Francis Ginther
  • Date: 2013-10-10 20:38:10 UTC
  • Revision ID: francis.ginther@canonical.com-20131010203810-yqjhyzcnpcjqlw02
Bump unlock_screen delay to 15 seconds.

Show diffs side-by-side

added added

removed removed

Lines of Context:
49
49
 
50
50
    print "Turning on the screen"
51
51
    print ""
52
 
    time.sleep(5)
 
52
    time.sleep(15)
53
53
 
54
54
 
55
55
def unlock_screen():