Skip to content

Commit

Permalink
chore: clear all socker users before each test to assure isolation
Browse files Browse the repository at this point in the history
  • Loading branch information
tkuzynow committed Apr 17, 2023
1 parent 6db95c2 commit 3a7fcdf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
public abstract class StompClientIntegrationTest extends AbstractJUnit4SpringContextTests {

protected static final String SUBSCRIPTION_ENDPOINT = "/user/events";
protected static final int MESSAGE_TIMEOUT = 5;
protected static final int MESSAGE_TIMEOUT = 10;
protected static final String FIRST_VALID_USER = "firstValidUser";
static final String SECOND_VALID_USER = "secondValidUser";
static final String THIRD_VALID_USER = "thirdValidUser";
Expand Down

0 comments on commit 3a7fcdf

Please sign in to comment.