Skip to content

Commit

Permalink
fix: change timeout for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tkuzynow committed Nov 17, 2022
1 parent de03a88 commit 1f1096a
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 = 8;
protected static final int MESSAGE_TIMEOUT = 2;
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 1f1096a

Please sign in to comment.