Add tests/Regression/python-probing covering rhbz2027683. Also do minor updates to help the other tests behave correctly. Related: #2027683
4 lines
57 B
Python
Executable File
4 lines
57 B
Python
Executable File
import random, time
|
|
print(random.random())
|
|
time.sleep(3)
|