Skip to content

Commit b46c731

Browse files
authored
Update ExampleTester.scala
1 parent 1b3b291 commit b46c731

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testkit/src/mill/testkit/ExampleTester.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ class ExampleTester(
104104
val commandStr = commandStr0 match {
105105
case s"mill $rest" => s"./mill --disable-ticker $rest"
106106
case s"./mill $rest" => s"./mill --disable-ticker $rest"
107-
case s"curl $rest" => s"curl --retry 5 --retry-all-errors $rest"
107+
case s"curl $rest" => s"curl --retry 7 --retry-all-errors $rest"
108108
case s => s
109109
}
110110
Console.err.println(s"$workspacePath> $commandStr")

0 commit comments

Comments
 (0)