mirror of
https://github.com/nim-lang/Nim.git
synced 2026-04-18 21:40:32 +00:00
make some tests faster (#9413)
* remove duplicated slow test * smaller `convex hull` * smaller sleep * faster `trtree` * smaller sleep in `tfuturestream`
This commit is contained in:
@@ -19,7 +19,7 @@ var fs = newFutureStream[int]()
|
||||
proc alpha() {.async.} =
|
||||
for i in 0 .. 5:
|
||||
await fs.write(i)
|
||||
await sleepAsync(1000)
|
||||
await sleepAsync(200)
|
||||
|
||||
echo("Done")
|
||||
fs.complete()
|
||||
|
||||
Reference in New Issue
Block a user