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

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

Refactor to help reusing partiesserver.

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