Skip to content

Commit

Permalink
Increased sleep in JetStreamSubscribePull_Reconnect, flapping on Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
levb committed Aug 23, 2024
1 parent 2212a2f commit 51a5f53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test.c
Original file line number Diff line number Diff line change
Expand Up @@ -28754,7 +28754,7 @@ _jsPubReconnectThread(void *closure)
natsConnection_Flush(js->nc);

natsConnection_Reconnect(js->nc);
nats_Sleep(200);
nats_Sleep(500);

js_Publish(NULL, js, "foo", "hell1", 5, NULL, NULL);
natsConnection_Flush(js->nc);
Expand Down

0 comments on commit 51a5f53

Please sign in to comment.