File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
modules/integration/src/test/scala/scala/cli/integration Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -6,10 +6,10 @@ import scala.util.Properties
6
6
7
7
class NativePackagerTests extends ScalaCliSuite {
8
8
override def group : ScalaCliSuite .TestGroup = ScalaCliSuite .TestGroup .First
9
- override def munitFlakyOK : Boolean = TestUtil .isCI
10
- val helloWorldFileName = " HelloWorldScalaCli.scala"
11
- val message = " Hello, world!"
12
- val licencePath = " DummyLICENSE"
9
+ override def munitFlakyOK : Boolean = TestUtil .isCI
10
+ val helloWorldFileName = " HelloWorldScalaCli.scala"
11
+ val message = " Hello, world!"
12
+ val licencePath = " DummyLICENSE"
13
13
val testInputs : TestInputs = TestInputs (
14
14
os.rel / helloWorldFileName ->
15
15
s """
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ abstract class ScalaCliSuite extends munit.FunSuite {
23
23
}
24
24
}
25
25
26
- override def munitTimeout : Duration = new FiniteDuration (120 , TimeUnit .SECONDS )
26
+ override def munitTimeout : Duration = new FiniteDuration (240 , TimeUnit .SECONDS )
27
27
28
28
override def munitFixtures : List [Fixture [Unit ]] = List (testStartEndLogger)
29
29
def group : ScalaCliSuite .TestGroup = ScalaCliSuite .TestGroup .Third
You can’t perform that action at this time.
0 commit comments