generated from pricelees/issue-pr-template
test: OrderConcurrencyTest에서 두 개의 async 작업의 시차로 발생하는 실패 케이스 수정을 위한 delay 지정
This commit is contained in:
parent
768c47f1ae
commit
f12a930a6c
@ -108,6 +108,8 @@ class OrderConcurrencyTest(
|
||||
}
|
||||
}
|
||||
|
||||
delay(10)
|
||||
|
||||
async {
|
||||
assertThrows<OrderException> {
|
||||
orderService.confirm(reservation.id, paymentConfirmRequest)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user