tps/test: added a timeout in test03 to allow to boot the fpga

parent 02d11432
......@@ -57,6 +57,8 @@ def main (default_directory='.'):
print "Time elapsed: " + str(finish - start) + " seconds"
time.sleep(5)
ask = "";
tmp_stdout = sys.stdout;
sys.stdout = sys.__stdout__;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment