Skip to content

Commit 3e49469

Browse files
committed
Increased timeout
1 parent 49948fc commit 3e49469

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/src/main/java/nl/altindag/client/service/Http4kAsyncClientService.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ abstract class Http4kAsyncClientService(val client: AsyncHttpHandler): RequestSe
3434

3535
// Waiting till the async call finishes
3636
return await()
37-
.atMost(500, TimeUnit.MILLISECONDS)
37+
.atMost(2, TimeUnit.SECONDS)
3838
.until { response != null }
3939
.let { response }!!
4040
}

0 commit comments

Comments
 (0)