Skip to content

Commit

Permalink
Fix infinite loop in unit tests (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
biona001 authored Jul 27, 2024
1 parent 169f41d commit 52953cb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 52953cb

Please sign in to comment.