summaryrefslogtreecommitdiff
path: root/test/files
diff options
context:
space:
mode:
Diffstat (limited to 'test/files')
-rw-r--r--test/files/jvm/timeout.check1
-rw-r--r--test/files/jvm/timeout.scala5
2 files changed, 5 insertions, 1 deletions
diff --git a/test/files/jvm/timeout.check b/test/files/jvm/timeout.check
deleted file mode 100644
index d86bac9de5..0000000000
--- a/test/files/jvm/timeout.check
+++ /dev/null
@@ -1 +0,0 @@
-OK
diff --git a/test/files/jvm/timeout.scala b/test/files/jvm/timeout.scala
index 12f1bd7bad..3005beab2c 100644
--- a/test/files/jvm/timeout.scala
+++ b/test/files/jvm/timeout.scala
@@ -1,3 +1,8 @@
+// Test is in pending because although it suceeds locally,
+// it takes too long on the machine which runs nightly tests.
+//
+// [partest] EXPECTED: 100 < x < 900
+// [partest] ACTUAL: 1519
import scala.actors.Actor._
import scala.actors.TIMEOUT