Skip to content

Commit

Permalink
Increase test timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
Sheikah45 committed Oct 14, 2023
1 parent ab608de commit 9829c68
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ import java.time.temporal.ChronoUnit

class LobbyClientTest {
companion object {
val TIMEOUT: Long = 10000;
val TIMEOUT_UNIT = ChronoUnit.MILLIS
val TIMEOUT: Long = 30;
val TIMEOUT_UNIT = ChronoUnit.SECONDS
val LOOPBACK_ADDRESS = InetAddress.getLoopbackAddress()
val LOG: Logger = LoggerFactory.getLogger(FafLobbyClient::class.java)

Expand Down

0 comments on commit 9829c68

Please sign in to comment.