We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b3b291 commit b46c731Copy full SHA for b46c731
testkit/src/mill/testkit/ExampleTester.scala
@@ -104,7 +104,7 @@ class ExampleTester(
104
val commandStr = commandStr0 match {
105
case s"mill $rest" => s"./mill --disable-ticker $rest"
106
case s"./mill $rest" => s"./mill --disable-ticker $rest"
107
- case s"curl $rest" => s"curl --retry 5 --retry-all-errors $rest"
+ case s"curl $rest" => s"curl --retry 7 --retry-all-errors $rest"
108
case s => s
109
}
110
Console.err.println(s"$workspacePath> $commandStr")
0 commit comments