Skip to content

Commit 7597fbc

Browse files
committed
i replay test 100 times
1 parent c36efab commit 7597fbc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/test/scala/gopher/channels/FoldSelectSuite.scala

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ class FoldSelectSuite extends FunSuite
2121
import scala.concurrent.ExecutionContext.Implicits.global
2222

2323
test("fold-over-selector with changed read") {
24+
for(i <- 1 to 100) {
2425
//pending // we debug next now
2526
val in = makeChannel[Int]()
2627
val out = makeChannel[Int]()
@@ -43,6 +44,7 @@ class FoldSelectSuite extends FunSuite
4344

4445
val r = Await.result(read,1 second)
4546
assert(r.last === 29)
47+
}
4648
}
4749

4850
test("fold-over-selector with swap read") {

0 commit comments

Comments
 (0)