File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
integration/invalidation/watch-source-input/src Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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 }
You can’t perform that action at this time.
0 commit comments