source: javavenv/src/test/resources/wait5sec.py@ 13

Last change on this file since 13 was 13, checked in by bart, 3 years ago

Added java logconverter to add utilities to log results. Fixed
bug in python ProgressTime.

File size: 56 bytes
RevLine 
[13]1from time import sleep
2sleep(2)
3print("hello world")
Note: See TracBrowser for help on using the repository browser.