Skip to content

Commit

Permalink
Increase timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubuid committed Dec 10, 2024
1 parent eaa48f0 commit 23cf48d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ class RelayTest {
runBlocking {
val start = System.currentTimeMillis()
// Await test finish or check if timeout occurred
while (testState.value is TestState.Idle && !didTimeout(start, 60000L)) {
while (testState.value is TestState.Idle && !didTimeout(start, 120000L)) {
delay(10)
}

Expand Down

0 comments on commit 23cf48d

Please sign in to comment.