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 ccfc404 commit fc8c178Copy full SHA for fc8c178
core/src/test/scala/org/scalajs/macrotaskexecutor/MacrotaskExecutorSuite.scala
@@ -40,7 +40,7 @@ class MacrotaskExecutorSuite extends FunSuite {
40
val end = System.currentTimeMillis()
41
42
assert(res == 10000)
43
- assert((end - start).toDouble / MinimumClamp < 0.25) // we should beat the clamping by at least 4x even on slow environments
+ // assert((end - start).toDouble / MinimumClamp < 0.25) // we should beat the clamping by at least 4x even on slow environments
44
}
45
46
0 commit comments