Skip to content

Commit 4a60e5c

Browse files
committed
put back 10 second test timeout
1 parent 33b95ed commit 4a60e5c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ziti/src/integrationTest/kotlin/org/openziti/net/ConnectionTests.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ class ConnectionTests: BaseTest() {
113113
}
114114

115115
@Test
116-
fun `test bind-connect-read-timeout`() = runTest(timeout = 100.seconds) {
116+
fun `test bind-connect-read-timeout`() = runTest(timeout = 10.seconds) {
117117
val greeting = "Hello from Ziti".toByteArray()
118118
val s = assertDoesNotThrow {
119119
ztx.serviceUpdates().filter { it.service.name == service }.first().service
@@ -167,7 +167,7 @@ class ConnectionTests: BaseTest() {
167167
}
168168

169169
@Test
170-
fun `test socket-connect-read-timeout`() = runTest(timeout = 1000.seconds) {
170+
fun `test socket-connect-read-timeout`() = runTest(timeout = 10.seconds) {
171171
val greeting = "Hello from Ziti".toByteArray()
172172
val s = assertDoesNotThrow {
173173
ztx.serviceUpdates().filter { it.service.name == service }.first().service

0 commit comments

Comments
 (0)