We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e315ea commit fd4f373Copy full SHA for fd4f373
src/fs/walk_test.mbt
@@ -28,6 +28,7 @@ async test "walk sequential" {
28
29
///|
30
async test "walk parallel" {
31
+ @async.sleep(300)
32
let log = StringBuilder::new()
33
@fs.walk("test_directory", max_concurrency=2, fn(path, _) {
34
log.write_string("handling \{path}\n")
0 commit comments