Skip to content

Commit

Permalink
테스트 코드 설정 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
dla0510 committed Apr 15, 2024
1 parent dfd9fe1 commit b0280af
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ void createPurchaseWithConcurrency() throws InterruptedException {
.ticketingId(ticketing.getId())
.memberEmail(email)
.count(1)
.backoff(10L)
.backoff(300L)
.maxAttempts(100)
.build()));

Expand Down

0 comments on commit b0280af

Please sign in to comment.