File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
ziti/src/integrationTest/kotlin/org/openziti/net Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments