Skip to content

Commit 16827af

Browse files
committed
fixup! Add streaming API
1 parent 59a0371 commit 16827af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/streaming.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ function test_finishes(f, message::String; timeout=10, ignore_timeout=false, max
5454
if !ignore_timeout
5555
@warn "Testing task timed out: $message"
5656
end
57-
Dagger.cancel!(;halt_sch=true)
57+
Dagger.cancel!(;halt_sch=true, graceful=false)
5858
@everywhere GC.gc()
5959
fetch(Dagger.@spawn 1+1)
6060
end

0 commit comments

Comments
 (0)