We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59a0371 commit 16827afCopy full SHA for 16827af
test/streaming.jl
@@ -54,7 +54,7 @@ function test_finishes(f, message::String; timeout=10, ignore_timeout=false, max
54
if !ignore_timeout
55
@warn "Testing task timed out: $message"
56
end
57
- Dagger.cancel!(;halt_sch=true)
+ Dagger.cancel!(;halt_sch=true, graceful=false)
58
@everywhere GC.gc()
59
fetch(Dagger.@spawn 1+1)
60
0 commit comments