From 52953cbfcd5103d00e365c4fc76c9fa9f22852aa Mon Sep 17 00:00:00 2001 From: Benjamin Chu Date: Fri, 26 Jul 2024 22:29:11 -0700 Subject: [PATCH] Fix infinite loop in unit tests (#32) --- test/runtests.jl | 1 + 1 file changed, 1 insertion(+) diff --git a/test/runtests.jl b/test/runtests.jl index 2ab9e076..3d1cfff7 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -429,6 +429,7 @@ end rm("app_linux_x86", force=true, recursive=true) rm("LD_files", force=true, recursive=true) rm("LD_files2", force=true, recursive=true) + break catch sleep(2) n += 1