================
@@ -16,8 +16,10 @@
def spawn_and_wait(program, delay):
+ print("spawn_and_wait started...", time.time())
----------------
da-viper wrote:
I don't think print statement works in tests.
https://github.com/llvm/llvm-project/pull/140107