Skip to content

Commit dc190db

Browse files
committed
test: fix repeated test #151
1 parent 148616b commit dc190db

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/test/java/com/kospot/application/multi/room/http/usecase/LeaveGameRoomUseCaseConcurrencyTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ void tearDown() {
117117
}
118118

119119
@DisplayName("방장과 다음 방장 후보가 동시에 퇴장해도, 남은 인원 중 한 명이 정상적으로 방장이 된다")
120-
@RepeatedTest(10)
120+
@RepeatedTest(100)
121121
void concurrentLeaveRequest_shouldAssignHostToSurvivor() throws InterruptedException {
122122
// given
123123
String uniqueId = UUID.randomUUID().toString().substring(0, 8);

0 commit comments

Comments
 (0)