Skip to content

Commit

Permalink
fixup! Add streaming API
Browse files Browse the repository at this point in the history
  • Loading branch information
jpsamaroo committed Dec 4, 2024
1 parent 59a0371 commit 16827af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/streaming.jl
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ function test_finishes(f, message::String; timeout=10, ignore_timeout=false, max
if !ignore_timeout
@warn "Testing task timed out: $message"
end
Dagger.cancel!(;halt_sch=true)
Dagger.cancel!(;halt_sch=true, graceful=false)
@everywhere GC.gc()
fetch(Dagger.@spawn 1+1)
end
Expand Down

0 comments on commit 16827af

Please sign in to comment.