Skip to content

Commit fd4f373

Browse files
committed
fix fragile test
1 parent 3e315ea commit fd4f373

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/fs/walk_test.mbt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ async test "walk sequential" {
2828

2929
///|
3030
async test "walk parallel" {
31+
@async.sleep(300)
3132
let log = StringBuilder::new()
3233
@fs.walk("test_directory", max_concurrency=2, fn(path, _) {
3334
log.write_string("handling \{path}\n")

0 commit comments

Comments
 (0)