Skip to content

Commit 5692163

Browse files
committed
increase command wait time to 1s
This change helps to reduce non-determinism in the test. The problem can happen when two consecute commands interfere: [expect] [jdb] cmd1 ----> sleep 0.5 <--- part 1 of rep1 read & match buffer clear buffer cmd2 ----> <--- part 2 of rep1
1 parent 47901c0 commit 5692163

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)