Skip to content

Commit 02bced6

Browse files
authored
Merge pull request #1978 from dotty-staging/debug-auto
increase command wait time to 1s
2 parents 47901c0 + 5692163 commit 02bced6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/test/debug/Gen.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ import scala.collection.mutable.ListBuffer
1919

2020
object Gen {
2121
val MainObject = "Test"
22-
val CommandWait = 0.5
22+
val CommandWait = 1
2323

2424
sealed trait Tree
2525

0 commit comments

Comments
 (0)