We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfbba1f commit a2d3e4bCopy full SHA for a2d3e4b
integration/invalidation/watch-source-input/src/WatchSourceInputTests.scala
@@ -93,7 +93,7 @@ object WatchSourceTests extends WatchTests {
93
expectedShows.append(
94
"Running qux foo contents edited-foo1 initial-foo2 Running qux bar contents initial-bar"
95
)
96
-
+
97
Thread.sleep(1000) // Wait for the watching to begin
98
os.write.over(workspacePath / "foo2.txt", "edited-foo2")
99
awaitCompletionMarker(tester, "quxRan2")
0 commit comments