Skip to content

Commit

Permalink
Added pause before measurement begins
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-hammond-001 committed Apr 14, 2016
1 parent a2f70ac commit 39f180f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/exampleTVTester.py
Original file line number Diff line number Diff line change
Expand Up @@ -273,6 +273,8 @@ def startCSSClients(wallClockClient, tsClientClockController):

print "Synced to timeline."

raw_input("Press RETURN once ready to begin measuring.")

# finally check if dispersion is sane before proceeding
currentDispersion = wallClockClient.algorithm.getCurrentDispersion()
if currentDispersion > 1000000000*1.0:
Expand Down

0 comments on commit 39f180f

Please sign in to comment.