Skip to content

Commit 552d856

Browse files
committed
Increase time limit for failing test
1 parent 40675e6 commit 552d856

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

tests/run/t5857.scala

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,9 @@ object Test {
3636
b
3737
}
3838

39-
// whatever it is, it should be less than, say, 250ms
39+
// whatever it is, it should be less than, say, 1000ms
4040
// if `max` involves traversal, it takes over 5 seconds on a 3.2GHz i7 CPU
4141
//println(exectime)
42-
assert(exectime < 250, exectime)
42+
assert(exectime < 1000, exectime)
4343
}
44-
4544
}

0 commit comments

Comments
 (0)