Remove unneeded test timeout.

This commit is contained in:
andrew-signal
2025-03-25 11:08:42 -04:00
committed by Cody Henthorne
parent 75e24ff7d5
commit 9c48e669ee

View File

@@ -336,7 +336,7 @@ class LibSignalChatConnectionTest {
}
}
@Test(timeout = 20)
@Test
fun readRequestDoesTimeOut() {
setupConnectedConnection()