We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dcd8131 commit 9e47c12Copy full SHA for 9e47c12
src/test/scala/alpakka/file/DirectoryWatcherSpec.scala
@@ -62,7 +62,7 @@ final class DirectoryWatcherSpec extends AsyncWordSpec with Matchers with Before
62
"handle_large_number_of_files_in_parent_dir" in {
63
(1 to 1000).foreach(_ => copyTestFileToDir(uploadDir))
64
watcher = DirectoryWatcher(uploadDir, processedDir)
65
- waitForCondition(5.seconds)(watcher.countFilesProcessed() == 2 + 1000) shouldBe true
+ waitForCondition(10.seconds)(watcher.countFilesProcessed() == 2 + 1000) shouldBe true
66
}
67
68
"handle_invalid_parent_directory_path" in {
0 commit comments