Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubwro committed Oct 2, 2023
1 parent af40e10 commit 4651d94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/chaos.jl
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ end
sleep(5)
@test nc.status == NATS.CONNECTED
publish(subject; payload = "Hi!")
sleep(0.5)
sleep(5)
@test Base.n_avail(c) == 1
end

Expand Down

0 comments on commit 4651d94

Please sign in to comment.