Skip to content

Commit 5d6e4b1

Browse files
authored
Increase retries in WatchSourceInputTests.scala
1 parent 7c85cb3 commit 5d6e4b1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

integration/invalidation/watch-source-input/src/WatchSourceInputTests.scala

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -157,12 +157,12 @@ object WatchSourceTests extends WatchTests {
157157
test("sources") {
158158

159159
// Make sure we clean up the workspace between retries
160-
test("noshow") - retry(1) {
160+
test("noshow") - retry(2) {
161161
integrationTest { tester =>
162162
if (!Util.isWindows) testWatchSource(tester, false)
163163
}
164164
}
165-
test("show") - retry(1) {
165+
test("show") - retry(2) {
166166
integrationTest { tester =>
167167
if (!Util.isWindows) testWatchSource(tester, true)
168168
}
@@ -226,12 +226,12 @@ object WatchInputTests extends WatchTests {
226226
test("input") {
227227

228228
// Make sure we clean up the workspace between retries
229-
test("noshow") - retry(1) {
229+
test("noshow") - retry(2) {
230230
integrationTest { tester =>
231231
if (!Util.isWindows) testWatchInput(tester, false)
232232
}
233233
}
234-
test("show") - retry(1) {
234+
test("show") - retry(2) {
235235
integrationTest { tester =>
236236
if (!Util.isWindows) testWatchInput(tester, true)
237237
}

0 commit comments

Comments
 (0)