-
Notifications
You must be signed in to change notification settings - Fork 261
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Bump chronos & presto. * Increase finalization timeouts for 10 minutes. * Return Jenkins timeouts back to normal. Bump chronos. * Bump presto.
- Loading branch information
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Submodule nim-chronos
updated
25 files
+3 −3 | chronos/apps/http/httpbodyrw.nim | |
+16 −15 | chronos/apps/http/httpclient.nim | |
+6 −12 | chronos/apps/http/httpserver.nim | |
+4 −13 | chronos/apps/http/shttpserver.nim | |
+148 −53 | chronos/asyncfutures2.nim | |
+100 −71 | chronos/asyncloop.nim | |
+0 −7 | chronos/asyncmacro2.nim | |
+1 −1 | chronos/asyncproc.nim | |
+9 −3 | chronos/asyncsync.nim | |
+30 −11 | chronos/futures.nim | |
+2 −2 | chronos/ratelimit.nim | |
+27 −3 | chronos/streams/asyncstream.nim | |
+7 −11 | chronos/streams/tlsstream.nim | |
+21 −1 | chronos/transports/datagram.nim | |
+29 −3 | chronos/transports/stream.nim | |
+1 −1 | tests/testbugs.nim | |
+480 −16 | tests/testfut.nim | |
+113 −0 | tests/testhttpclient.nim | |
+49 −52 | tests/testhttpserver.nim | |
+12 −7 | tests/testratelimit.nim | |
+74 −66 | tests/testsoon.nim | |
+89 −6 | tests/teststream.nim | |
+2 −2 | tests/testsync.nim | |
+17 −7 | tests/testtime.nim | |
+1 −1 | tests/testutils.nim |