Skip to content

Commit 3a7114a

Browse files
committed
ExtraSpecTests: retry on failure
1 parent 2f19513 commit 3a7114a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/test/scala/SystemTests.scala

+6
Original file line numberDiff line numberDiff line change
@@ -301,6 +301,12 @@ class SystemTestsGTIRB extends SystemTests {
301301
@test_util.tags.StandardSystemTest
302302
class ExtraSpecTests extends SystemTests {
303303

304+
override def customiseTestsByName(name: String) = super.customiseTestsByName(name).orElse {
305+
name match {
306+
case _ => Mode.Retry("timeout issues")
307+
}
308+
}
309+
304310
// some of these tests have time out issues so they need more time, but some still time out even with this for unclear reasons
305311
val boogieFlags = Seq("/timeLimit:30", "/proverOpt:O:smt.array.extensional=false")
306312
runTests(

0 commit comments

Comments
 (0)