Skip to content

Commit

Permalink
test: set mq timeout 10s
Browse files Browse the repository at this point in the history
  • Loading branch information
tyknkd committed May 22, 2024
1 parent 6d1fca9 commit 73a6b6d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ import java.time.Duration
import java.time.Duration.ofSeconds

object TestSettings {
val mqTimeout: Duration = ofSeconds(5)
val mqTimeout: Duration = ofSeconds(10)
}

0 comments on commit 73a6b6d

Please sign in to comment.