Skip to content

Commit

Permalink
try fix chaos
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubwro committed Oct 2, 2023
1 parent 05e280c commit fdbc850
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 @@ -55,7 +55,7 @@ end
@testset "Reconnecting." begin
nc = NATS.connect()
@test restart_nats_server() == 0
sleep(5)
sleep(10)
@test nc.status == NATS.CONNECTED
resp = request("help.please")
@test resp isa NATS.Message
Expand Down

0 comments on commit fdbc850

Please sign in to comment.