Skip to content

Commit 9e47c12

Browse files
committed
Fix time
1 parent dcd8131 commit 9e47c12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/scala/alpakka/file/DirectoryWatcherSpec.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ final class DirectoryWatcherSpec extends AsyncWordSpec with Matchers with Before
6262
"handle_large_number_of_files_in_parent_dir" in {
6363
(1 to 1000).foreach(_ => copyTestFileToDir(uploadDir))
6464
watcher = DirectoryWatcher(uploadDir, processedDir)
65-
waitForCondition(5.seconds)(watcher.countFilesProcessed() == 2 + 1000) shouldBe true
65+
waitForCondition(10.seconds)(watcher.countFilesProcessed() == 2 + 1000) shouldBe true
6666
}
6767

6868
"handle_invalid_parent_directory_path" in {

0 commit comments

Comments
 (0)